Click or drag to resize

NMathFunctionsSort Method

Overload List
 NameDescription
Public methodStatic memberSort(Double) Returns a sorted copy of the given data in ascending order.
Public methodStatic memberSort(DoubleVector) Sorts a given vector. If the vector is compact (
C#
v.Stride == 1
), the vector is sorted in-place. If the vector is non-compact, a sorted copy of the vector is returned.
Public methodStatic memberSort(FloatVector) Sorts a given vector. If the vector is compact (
C#
v.Stride == 1
), the vector is sorted in-place. If the vector is non-compact, a sorted copy of the vector is returned.
Public methodStatic memberSort(IDFColumn) Returns a sorted copy of the given data in ascending order.
Public methodStatic memberSort(Int32) Returns a sorted copy of the given data in ascending order.
Public methodStatic memberSort(Double, SortingType) Returns a sorted copy of the given data in the specified order.
Public methodStatic memberSort(DoubleVector, SortingType) Returns a sorted copy of the given data in the specified order.
Public methodStatic memberSort(IDFColumn, SortingType) Returns a sorted copy of the given data in the specified order.
Public methodStatic memberSort(Int32, SortingType) Returns a sorted copy of the given data in the specified order.
Top
See Also