product

inline fun IntArray.product(): Int

Returns the product of all elements in the array.

Receiver

The array.

Return

The product of all elements.