ArraySum
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the sum of all values in an array
array
array
true
Uses the arraySum function to get sum of values in an array
Result: 208
To get sum of values in an empty array
Result: 0
Uses the sum member function is the same as running arraySum.
Result: 208