Function to sort an integer array into ascending order.

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

Syntax

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

Parameters

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

See Also