minus
Subtraction. Subtracts a numerical parameter with a second value
Syntax
{{ <Parameter> | minus: <Numerical Value> }} |
Arguments
Parameter - A numerical value or name of the input parameter that will be the subtracted from
Numerical Value - A numerical value that will be subtracted
Example 1:
Input |
{{ 13 | minus: 5}} |
Output |
8 |
Example 2:
InputParameter Value |
42 |
Input |
{{ InputParameter | minus: 8}} |
Output |
34 |