IMSL C# Numerical Library

Sort.Descending Method (Int32[])

Function to sort an integer array into descending order.

public static void Descending(
   int[] ra
);

Parameters

ra
int array to be sorted into descending order

See Also

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