Click or drag to resize
SortDescending Method (Double, Int32)
Function to sort a matrix into descending order by the first nKeys.

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

Parameters

ra
Type: SystemDouble
a double matrix to be sorted into descending order.
nKeys
Type: SystemInt32
int containing the first nKeys columns of ra to be used as the sorting keys.
See Also