Click or drag to resize
SortDescending Method (Double)
Sort an array into descending order.

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

Parameters

ra
Type: SystemDouble
double array to be sorted into descending order
See Also