Sorts the variable collection by the specified variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub Sort ( _
	variableName As String _
)
C#
public void Sort (
	string variableName
)
C++
public:
void Sort (
	String^ variableName
)

Parameters

variableName (System.String)
The name of the variable to sort by.