$multiply
Multiplies two numbers together
Signature
Arguments
Name
Description
Type
Required
Number
Number
String
Returns
{{$multiply subtotal .075}}{
"subtotal": 150
}Last updated
Was this helpful?
Multiplies two numbers together
{{$multiply number1 number2 [format]}}
number1
The first number in a multiplication.
number2
The second number in a multiplication.
format
Format string used to format the result
Returns the product.
Example
{{$multiply subtotal .075}}{
"subtotal": 150
}11.25
Last updated
Was this helpful?
Was this helpful?