Minus
Description
Returns the difference of numeric values. (Number)
If using a value with a Double data type, check or account for known floating point inaccuracies.
Use
- Input field:
- Select an argument to be the minuend. (Number)
- (Optional) Click the arrows icon to enter in a static value.
- Input field:
- Select an argument to be the subtrahend. (Number)
- (Optional) Click the arrows icon to enter in a static value.
- Enter an Output field name.
Example
Input_field_1 | Input_field_2 | Returns |
---|---|---|
5 | 3 | 2 |
20 | 7 | 13 |
67865 | 35931 | 31934 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Minus" to see an example of this function.