The Multiply function returns the product of all parameters.
Parameter(s): number1, number2, [number3-1,000]
The numbers to multiply. At least two parameters are required. Each parameter can come from a source node, the result of a function, or a value you specify.
Returns: number
The product of the parameters.