Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class to handle a flexible long type reference method there is more than one. More...
Public Member Functions | |
override object | GetValueObject () |
Return the value as object. More... | |
FlexibleLong () | |
FlexibleLong default constructor More... | |
FlexibleLong (long value) | |
FlexibleLong constructor More... | |
FlexibleLong (LongParameterReference parameter) | |
FlexibleLong constructor More... | |
FlexibleLong (long minRange, long maxRange) | |
FlexibleLong constructor More... | |
FlexibleLong (InputSlotLong slot) | |
FlexibleLong constructor More... | |
Static Public Member Functions | |
static | operator long (FlexibleLong flexible) |
Cast FlexibleLong to long. More... | |
static | operator FlexibleLong (long value) |
Cast long to FlexibleLong. More... | |
Properties | |
Parameter | parameter [get] |
It return a Paramter. More... | |
long | value [get] |
It returns a value More... | |
InputSlotLong | slot [get] |
It returns a slot More... | |
Properties inherited from FlexiblePrimitiveBase | |
FlexiblePrimitiveType | type [get] |
It returns a type More... | |
Additional Inherited Members | |
Protected Attributes inherited from FlexiblePrimitiveBase | |
FlexiblePrimitiveType | _Type = FlexiblePrimitiveType.Constant |
Reference type of primitive type More... | |
Class to handle a flexible long type reference method there is more than one.
FlexibleLong | ( | ) |
FlexibleLong default constructor
FlexibleLong | ( | long | value | ) |
FlexibleLong constructor
value | Value |
FlexibleLong | ( | LongParameterReference | parameter | ) |
FlexibleLong constructor
parameter | Parameter |
FlexibleLong | ( | long | minRange, |
long | maxRange | ||
) |
FlexibleLong constructor
minRange | Minimum range. |
maxRange | Maximum range. |
FlexibleLong | ( | InputSlotLong | slot | ) |
FlexibleLong constructor
slot | Slot |
|
virtual |
|
explicitstatic |
Cast long to FlexibleLong.
value | long |
|
explicitstatic |
Cast FlexibleLong to long.
flexible | FlexiblFlexibleLongeInt |
|
get |
It returns a slot
|
get |
It returns a value