ArrayMedian
Return the median value of an array.
Will only work on arrays that contain only numeric values.
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
array
true
The array to get median value from
Examples
Calculates the Median value
Uses the arrayMedian function to calculate the Median value
Result: 2
Additional Examples
Related
Last updated
Was this helpful?