Click or drag to resize
SortAscending Method (Int32)
Function to sort an integer array into ascending order.

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

Parameters

ra
Type: SystemInt32
int array to be sorted into ascending order
See Also