IMSL C# Numerical Library

Sort.Ascending Method (Int32[])

Function to sort an integer array into ascending order.

public static void Ascending(
   int[] ra
);

Parameters

ra
int array to be sorted into ascending order

See Also

Sort Class | Imsl.Stat Namespace | Sort.Ascending Overload List