Gets the total number of observations of the Variable ignoring any active filter.

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

Syntax

Visual Basic (Declaration)
Protected MustOverride ReadOnly Property UnfilteredLength As Integer
C#
protected abstract int UnfilteredLength { get; }
C++
protected:
virtual int UnfilteredLength {
	int get () abstract;
}