Overload List

  NameDescription
Sort(DoubleVector)
Sorts a given vector. If the vector is compact (
CopyC#
v.Stride == 1
), the vector is sorted in-place. If the vector is non-compact, a sorted copy of the vector is returned.
Sort(FloatVector)
Sorts a given vector. If the vector is compact (
CopyC#
v.Stride == 1
), the vector is sorted in-place. If the vector is non-compact, a sorted copy of the vector is returned.

See Also