ArrayAvg
Method Signature
ArrayAvg(array=[Array])Arguments
Argument
Type
Required
Description
Default
Examples
Average value of an array
numberArray = [
1,
2,
3
];
writeOutput( arrayAvg( numberArray ) );
Average value of an array using the Array member function
Additional Examples
Related
Last updated
Was this helpful?
