Name | Property Type | Description |
Calculation | choice |
The mathematical calculation to perform.
Add | - |
addition
|
Subtract | - |
subtraction
|
Divide | - |
division
|
Multiply | - |
multiplication
|
Mod | - |
modulus
|
|
Data | Integer,Double,Decimal | The constant to perform the mathematical calculation with. |
Formula | choice |
Defines what order the input and Data property are to take in the equation.
Input first | - | The input is on the left side of the equation. For example, if Formula is set to Subtract the equation performed will be: input - Data
|
Data first | - | The Data is on the left side of the equation. For example, if Formula is set to Subtract the equation performed will be:
Data - input
|
|
Scale | Integer | The number of decimal places the result retains if the result is a Decimal. |