Returns the number of observations in the variable.

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

Syntax

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

Value

The number of observations in the variable.