Gets and sets the default sorting order.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static SortingType Sorting { get; set; }
Visual Basic (Declaration)
Public Shared Property Sorting As SortingType
Visual C++
public:
static property SortingType Sorting {
	SortingType get ();
	void set (SortingType value);
}

Remarks

The default is SortingType.Ascending.

See Also