product

FEEL built-in function · List functions

product(list) or product(n1, , nN)

Returns the product of the numbers.

Parameters

ParameterTypeDescription
listlist of numbersnumbers, as one list or as separate arguments

Examples

product(2, 3, 4)

Related functions

sum

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).