Subtraction: -
- Last UpdatedDec 18, 2017
- 1 minute read
When used with two operands, performs a regular numeric subtraction.
Valid operands
Any Integer or Real value
Data type of return value
Integer or Real
Example
In this example, if TemperatureSetpoint is 70, after the script executes TemperatureSetpoint is 65.
TemperatureSetpoint = TemperatureSetpoint – 5;