Multiply Array Elements
- Updated2023-02-17
- 1 minute(s) read
Multiply Array Elements
Returns the product of all of the elements in a numeric array.

Inputs/Outputs

array
An array of any number of dimensions.

product
The product of all elements in a numeric array.