Enumeration for specifying different sorting types, such as ascending
or descending order.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public enum SortingType |
| Visual Basic (Declaration) |
|---|
Public Enumeration SortingType |
| Visual C++ |
|---|
public enum class SortingType |
Members
| Member name | Description | |
|---|---|---|
| Ascending |
Ascending order.
| |
| Descending |
Descending order.
|