Array |
| Name | Description | |
|---|---|---|
| OrderStatisticInplace(Double, Int32) | Returns the order statistic (order 1..N) from the unsorted data array. WARNING: Works inplace and can thus causes the data array to be reordered. | |
| OrderStatisticInplace(Single, Int32) | Returns the order statistic (order 1..N) from the unsorted data array. WARNING: Works inplace and can thus causes the data array to be reordered. |