Programming Reference / Math




Item Name Type Description
Get Value Operand Assigns the user entered value as the operand to the Operation instruction where it is used.
Get Variable Operand Retrieves the data from the selected Variable and provides the data as operand to the Operation instruction where it is used.
Get Array Operand Assigns the value from the specified position in the user created array as the operand to the Operation instruction where it is used.
Set Variable Operation Performs the selected operation and depending on the selected operation either uses the operand as the basis of the operation when it is a Value or places the result in the operand if it is a Variable
Set Array Operation Establishes the user created array-type Variable
Get Two Item Arithmetic Operand Performs the selected arithmetic operation between the two required input operands and provides the result as an operand to the Operation instruction where it is used
Get One Item Arithmetic Operand Performs the selected arithmetic operation to the required input operand and provides the result as an operand to the Operation instruction where it is used
Get Bitwise Function Operation Performs the selected bit-wise function between the two required input operands and provides the result as an operand to the Operation instruction where it is used