Gets or sets the order in which observations should be sorted.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property SortOrder As SortOrder
C#
public SortOrder SortOrder { get; set; }
C++
public:
SortOrder SortOrder {
	SortOrder get ();
	void set (SortOrder value);
}

Value

A SortOrder value.

Exceptions

ExceptionCondition
InvalidOperationException The property is set while the variable is a member of a VariableCollection.