Gets a value that indicates if this collection represents filtered observations.

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

Syntax

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

Value

true if the collection contains only observations that match the current filter of the VariableCollection; otherwise false.