Class representing a int parameter in a state machine. Derives from FSMC_Parameter and implements IComparable<int> interface.
Type | Name | Parameters |
---|---|---|
FSMC_IntegerParameter | FSMC_IntegerParameter | int value, FSMC_ParameterType type, string name |
Type | Name | Description |
---|---|---|
string | Name | Name of a parameter |
FSMC_ParameterType | Type | Enum representing the type (read only) |
Type | Name | Description |
---|---|---|
int | Value | Value that this parameter holds |
Type | Name | Parameters | Description |
---|---|---|---|
int | CompareTo | int other | Compares parameter with a value. 1 if higher, -1 if lower, 0 if equal |