Click or drag to resize
Sort.Ascending 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:System.Double[,]
double matrix to be sorted into ascending order.
nKeys
Type: System.Int32
int containing the first nKeys columns of ra to be used as the sorting keys.
See Also