Multiply Array Elements

Returns the product of all of the elements in a numeric array.

1378

Inputs/Outputs

datatype_icon

array

An array of any number of dimensions.

datatype_icon

product

The product of all elements in a numeric array.