Gets a value that indicates whether the observations can be sorted.

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

Syntax

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

Value

Always returns false.