Overload List

  NameDescription
NaNSort(DoubleVector)
Sort a given vector containing NaN's. 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.
NaNSort(FloatVector)
Sort a given vector containing NaN's. 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