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

Inputs/Outputs

numeric array
An array of any number of dimensions.

sum
The sum of all elements in the numeric array.