product
FEEL built-in function · List functions
product(list) or product(n1, …, nN)
Returns the product of the numbers.
Parameters
| Parameter | Type | Description |
|---|---|---|
| list | list of numbers | numbers, as one list or as separate arguments |
Examples
product(2, 3, 4)
24
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).