Click or drag to resize
SortAscending Method (Double, Int32)
Sort a matrix into ascending order by the first nKeys.

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

Parameters

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