Click or drag to resize

NMathFunctionsRank Method

Overload List
 NameDescription
Public methodStatic memberRank(Double, Double) Calculates the rank of a value within a given data set using ascending order.
Public methodStatic memberRank(DoubleVector, Double) Calculates the rank of a value within a given data set using ascending order.
Public methodStatic memberRank(IDFColumn, Double) Calculates the rank of the value within a given data set using the specified order.
Public methodStatic memberRank(Int32, Double) Calculates the rank of a value within a given data set using ascending order.
Public methodStatic memberRank(Double, Double, SortingType) Calculates the rank of the value within a given data set using the specified order.
Public methodStatic memberRank(DoubleVector, Double, SortingType) Calculates the rank of a value within a given data set using ascending order.
Public methodStatic memberRank(IDFColumn, Double, SortingType) Calculates the rank of the value within a given data set using the specified order.
Public methodStatic memberRank(Int32, Double, SortingType) Calculates the rank of the value within a given data set using the specified order.
Top
See Also