Click or drag to resize

ArrayStatisticsRanksInplace Method

Overload List
 NameDescription
Public methodStatic memberRanksInplace(Double, RankDefinition) Evaluates the rank of each entry of the unsorted data array. The rank definition can be specified to be compatible with an existing system. WARNING: Works inplace and can thus causes the data array to be reordered.
Public methodStatic memberRanksInplace(Single, RankDefinition) Evaluates the rank of each entry of the unsorted data array. The rank definition can be specified to be compatible with an existing system. WARNING: Works inplace and can thus causes the data array to be reordered.
Top
See Also