ArrayAvg
Return length of array
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
Array
true
The array whose elements will be averaged.
Examples
Average value of an array
Uses the arrayAvg function to get average value of an array
Result: 2
Average value of an array using the Array member function
Uses the avg member function is the same as running arrayAvg.
Result: 2
Additional Examples
Related
Last updated
Was this helpful?