SortDescending Method |
Name | Description | |
---|---|---|
![]() ![]() | Descending(Double) |
Sort an array into descending order.
|
![]() ![]() | Descending(Int32) |
Function to sort an integer array into descending order.
|
![]() ![]() | Descending(Double, Int32) |
Function to sort a matrix into descending order by the first nKeys.
|
![]() ![]() | Descending(Double, Int32) |
Function to sort a matrix into descending order by specified keys.
|
![]() ![]() | Descending(Double, Int32) |
Sort an array into descending order and returns the permutation vector.
|
![]() ![]() | Descending(Int32, Int32) |
Sort an integer array into descending order and returns the permutation
vector.
|
![]() ![]() | Descending(Double, Int32, Int32) |
Function to sort an array into descending order by the first nKeys
and returns the permutation vector.
|
![]() ![]() | Descending(Double, Int32, Int32) |
Function to sort a matrix into descending order by specified keys and
return the permutation vector.
|