Array |
| Name | Description | |
|---|---|---|
| MedianInplace(Double) | Estimates the median value from the unsorted data array. WARNING: Works inplace and can thus causes the data array to be reordered. | |
| MedianInplace(Single) | Estimates the median value from the unsorted data array. WARNING: Works inplace and can thus causes the data array to be reordered. |