githubEdit

$multiply

Multiplies two numbers together

Signature

{{$multiply number1 number2 [format]}}

Arguments

Name
Description
Type
Required

number1

The first number in a multiplication.

Number

number2

The second number in a multiplication.

Number

format

Format string used to format the result

String

Returns

Returns the product.

Example

{{$multiply subtotal .075}}

Last updated

Was this helpful?