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
Related
Last updated