Click or drag to resize
SortDescending Method (Int32)
Function to sort an integer array into descending order.

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

Parameters

ra
Type: SystemInt32
int array to be sorted into descending order
See Also