C# Class CLRSharp.VBox

Show file Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
newcount int
type NumberType
typeStack NumberOnStack
unuse bool
v32 System.Int32
v64 System.Int64
vDF Double

Public Methods

Method Description
Add ( VBox right ) : void
And ( VBox right ) : void
BoxDefine ( ) : object
BoxStack ( ) : object
Clone ( ) : VBox
Div ( VBox right ) : void
Mod ( VBox right ) : void
Mod_New ( VBox right ) : VBox
Mul ( VBox right ) : void
Neg ( ) : void
Not ( ) : void
Or ( VBox right ) : void
Set ( VBox value ) : void
SetDirect ( object value ) : void
Sub ( VBox right ) : void
ToBool ( ) : bool
ToByte ( ) : byte
ToChar ( ) : char
ToDouble ( ) : double
ToFloat ( ) : float
ToInt ( ) : int
ToInt16 ( ) : Int16
ToInt64 ( ) : System.Int64
ToSByte ( ) : sbyte
ToUInt ( ) : uint
ToUInt16 ( ) : UInt16
ToUInt64 ( ) : System.UInt64
VBox ( NumberOnStack typeStack, NumberType thistype ) : System
Xor ( VBox right ) : void
logic_eq ( VBox right ) : bool
logic_ge ( VBox right ) : bool
logic_ge_Un ( VBox right ) : bool
logic_gt ( VBox right ) : bool
logic_gt_Un ( VBox right ) : bool
logic_le ( VBox right ) : bool
logic_le_Un ( VBox right ) : bool
logic_lt ( VBox right ) : bool
logic_lt_Un ( VBox right ) : bool
logic_ne ( VBox right ) : bool
logic_ne_Un ( VBox right ) : bool

Method Details

Add() public method

public Add ( VBox right ) : void
right VBox
return void

And() public method

public And ( VBox right ) : void
right VBox
return void

BoxDefine() public method

public BoxDefine ( ) : object
return object

BoxStack() public method

public BoxStack ( ) : object
return object

Clone() public method

public Clone ( ) : VBox
return VBox

Div() public method

public Div ( VBox right ) : void
right VBox
return void

Mod() public method

public Mod ( VBox right ) : void
right VBox
return void

Mod_New() public method

public Mod_New ( VBox right ) : VBox
right VBox
return VBox

Mul() public method

public Mul ( VBox right ) : void
right VBox
return void

Neg() public method

public Neg ( ) : void
return void

Not() public method

public Not ( ) : void
return void

Or() public method

public Or ( VBox right ) : void
right VBox
return void

Set() public method

public Set ( VBox value ) : void
value VBox
return void

SetDirect() public method

public SetDirect ( object value ) : void
value object
return void

Sub() public method

public Sub ( VBox right ) : void
right VBox
return void

ToBool() public method

public ToBool ( ) : bool
return bool

ToByte() public method

public ToByte ( ) : byte
return byte

ToChar() public method

public ToChar ( ) : char
return char

ToDouble() public method

public ToDouble ( ) : double
return double

ToFloat() public method

public ToFloat ( ) : float
return float

ToInt() public method

public ToInt ( ) : int
return int

ToInt16() public method

public ToInt16 ( ) : Int16
return System.Int16

ToInt64() public method

public ToInt64 ( ) : System.Int64
return System.Int64

ToSByte() public method

public ToSByte ( ) : sbyte
return sbyte

ToUInt() public method

public ToUInt ( ) : uint
return uint

ToUInt16() public method

public ToUInt16 ( ) : UInt16
return System.UInt16

ToUInt64() public method

public ToUInt64 ( ) : System.UInt64
return System.UInt64

VBox() public method

public VBox ( NumberOnStack typeStack, NumberType thistype ) : System
typeStack NumberOnStack
thistype NumberType
return System

Xor() public method

public Xor ( VBox right ) : void
right VBox
return void

logic_eq() public method

public logic_eq ( VBox right ) : bool
right VBox
return bool

logic_ge() public method

public logic_ge ( VBox right ) : bool
right VBox
return bool

logic_ge_Un() public method

public logic_ge_Un ( VBox right ) : bool
right VBox
return bool

logic_gt() public method

public logic_gt ( VBox right ) : bool
right VBox
return bool

logic_gt_Un() public method

public logic_gt_Un ( VBox right ) : bool
right VBox
return bool

logic_le() public method

public logic_le ( VBox right ) : bool
right VBox
return bool

logic_le_Un() public method

public logic_le_Un ( VBox right ) : bool
right VBox
return bool

logic_lt() public method

public logic_lt ( VBox right ) : bool
right VBox
return bool

logic_lt_Un() public method

public logic_lt_Un ( VBox right ) : bool
right VBox
return bool

logic_ne() public method

public logic_ne ( VBox right ) : bool
right VBox
return bool

logic_ne_Un() public method

public logic_ne_Un ( VBox right ) : bool
right VBox
return bool

Property Details

newcount public static property

public static int newcount
return int

type public property

public NumberType type
return NumberType

typeStack public property

public NumberOnStack typeStack
return NumberOnStack

unuse public property

public bool unuse
return bool

v32 public property

public Int32,System v32
return System.Int32

v64 public property

public Int64,System v64
return System.Int64

vDF public property

public Double vDF
return Double