Returns the product of the specified numbers.
product( factor, … )
factor: (Decimal Array) A number or set of numbers that will be factored into the final product.
Decimal
If all parameter values are integers, the function will return an integer.
You can experiment with this function in the test box below.
Test Input
product(2,3,4)
returns 24
On This Page