times
Multiplication. Multiplies two numerical parameters
Syntax
{{ <Parameter> | times: <Numerical Value> }} |
Arguments
Parameter - A numerical value or name of the input parameter that will be the multiplied
Numerical Value - A numerical value that will be multiplied
Example 1:
Input |
{{ 13 | times: 5}} |
Output |
65 |
Example 2:
InputParameter Value |
42 |
Input |
{{ InputParameter | times: 8}} |
Output |
336 |