times
Multiplication.
Specification
{{ number | times: second_number }}
Parameter | Description | Example Values |
---|---|---|
number (required) | Specifies the first number in the multiplication. | 5 |
second_number (required) | Specifies the second number in the multiplication. | 2 |
Examples
{{ 5 | times: 2 }}
This will output the number 10.