Click or drag to resize
SortAscending Method
Overload List
  NameDescription
Public methodStatic memberAscending(Double)
Sort an array into ascending order.
Public methodStatic memberAscending(Int32)
Function to sort an integer array into ascending order.
Public methodStatic memberAscending(Double, Int32)
Sort a matrix into ascending order by the first nKeys.
Public methodStatic memberAscending(Double, Int32)
Sort a matrix into ascending order by specified keys.
Public methodStatic memberAscending(Double, Int32)
Sort an array into ascending order and returns the permutation vector.
Public methodStatic memberAscending(Int32, Int32)
Sort an integer array into ascending order and returns the permutation vector.
Public methodStatic memberAscending(Double, Int32, Int32)
Sort an array into ascending order by the first nKeys and returns the permutation vector.
Public methodStatic memberAscending(Double, Int32, Int32)
Sort a matrix into ascending order by specified keys and returns the permutation vector.
Top
See Also