Sorts the observations in the order specified by the SortOrder property.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Sort ( _ sortOrder As SortOrder _ ) |
| C# |
|---|
public void Sort ( SortOrder sortOrder ) |
| C++ |
|---|
public: void Sort ( SortOrder sortOrder ) |
Parameters
- sortOrder (Extreme.Statistics.SortOrder)
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The variable is a member of a VariableCollection. |