IntVariable
Derives from RuntimeVariable<T>.
Description
Represents an observable signed int value that can be shared and modified throughout the application.
Public Methods
Add(int)- Adds a signedintvalue to the variable.Subtract(int)- Subtracts a signedintvalue from the variable.MultiplyBy(int)- Multiplies the variable by a signedintvalue.DivideBy(int)- Divides the variable by a signedintvalue.CopyFrom(IntVariable)- Copies the value of anotherIntVariableinto this variable.CopyTo(IntVariable)- Copies the value from this variable into anotherIntVariable.CopyTo(FloatVariable)- Copies the value from this variable into anotherFloatVariable.CopyTo(DoubleVariable)- Copies the value from this variable into anotherDoubleVariable.