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, _ sortOrder As SortOrder _ ) |
| C# |
|---|
public void Sort ( string variableName, SortOrder sortOrder ) |
| C++ |
|---|
public: void Sort ( String^ variableName, SortOrder sortOrder ) |
Parameters
- variableName (System.String)
- The name of the variable to sort by.
- sortOrder (Extreme.Statistics.SortOrder)
- A SortOrder value that specifies whether to sort in ascending or descending order.