Click or drag to resize
SortDescending Method (Int32, Int32)
Sort an integer array into descending order and returns the permutation vector.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static void Descending(
	int[] ra,
	int[] iperm
)

Parameters

ra
Type: SystemInt32
int array to be sorted into descending order
iperm
Type: SystemInt32
int is on input an array the same length as ra. On output, it contains 0, 1, ..., sorted using the same permutations applied to ra.
See Also