Gets a value that indicates whether the categorical scale is ordered or unordered.

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

Syntax

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

Value

true if the categories are ordered; Otherwise false.

Remarks

An unordered categorical scale is sometimes called a nominal scale. An ordered categorical scale is sometimes called an ordinal scale.