Gets a value that indicates whether the observations have been sorted in the order specified by the SortOrder property.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsSorted As Boolean
C#
public bool IsSorted { get; }
C++
public:
bool IsSorted {
	bool get ();
}

Value

true if the observations have been sorted; otherwise false.