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 |
---|---|---|---|---|
|
|
| The array to get median value from |
Examples
Related
Last updated