Method
multiply — multiplies numbers and returns the result.
Description
Multiplication is the process of finding the number or quantity (product) obtained by repeated additions of a specified number or quantity (multiplicand) a specified number of times.
Minimum number of arguments for this method is one.
Structure of the method:
multiply(number, number, number, number......)
Parameters
number — You can enter as many numbers as you want and separate parameters with comma.
Examples
{% set total = multiply(2, 3, 10.5) %} {{total}} //Output: 63
To stay updated with the latest features, news and how-to articles and videos, please join our group on Facebook, Flexie CRM Academy and subscribe to our YouTube channel Flexie CRM.