Click or drag to resize

ArrayStatisticsOrderStatisticInplace Method

Overload List
 NameDescription
Public methodStatic memberOrderStatisticInplace(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.
Public methodStatic memberOrderStatisticInplace(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.
Top
See Also