product() Function

Function

product( factor )

Returns the product of the specified numbers.

Parameters

Keyword Type Description

factor

Decimal Array

A number or set of numbers that will be factored into the final product.

Returns

Decimal

Usage considerations

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 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK