Overload List

NameDescription
Descending(array<Double>[]()[])
Sort an array into descending order.
Descending(array<Int32>[]()[])
Function to sort an integer array into descending order.
Descending(array<Double,2>[,](,)[,], Int32)
Function to sort a matrix into descending order by the first nKeys.
Descending(array<Double,2>[,](,)[,], array<Int32>[]()[])
Function to sort a matrix into descending order by specified keys.
Descending(array<Double>[]()[], array<Int32>[]()[])
Sort an array into descending order and returns the permutation vector.
Descending(array<Int32>[]()[], array<Int32>[]()[])
Sort an integer array into descending order and returns the permutation vector.
Descending(array<Double,2>[,](,)[,], Int32, array<Int32>[]()[])
Function to sort an array into descending order by the first nKeys and returns the permutation vector.
Descending(array<Double,2>[,](,)[,], array<Int32>[]()[], array<Int32>[]()[])
Function to sort a matrix into descending order by specified keys and return the permutation vector.

See Also