Enumeration for specifying different sorting types, such as ascending or descending order.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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 nameDescription
Ascending
Ascending order.
Descending
Descending order.

See Also