product() Function

Returns the product of the specified numbers.

Syntax

product( factor, … )

factor: (Decimal Array) A number or set of numbers that will be factored into the final product.

Returns

Decimal

Notes

If all parameter values are integers, the function will return an integer.

Examples

product(2,3,4) returns 24

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK