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

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

Parameters

ra
Type: SystemDouble
a double matrix to be sorted into ascending order.
indkeys
Type: SystemInt32
int array containing the order the columns of ra are to be sorted.
See Also