Function to sort an integer array into descending order.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static void Descending(
	int[] ra
)
Visual Basic (Declaration)
Public Shared Sub Descending ( _
	ra As Integer() _
)
Visual C++
public:
static void Descending(
	array<int>^ ra
)

Parameters

ra
Type: array< System..::.Int32 >[]()[]
int array to be sorted into descending order

See Also