Gets the number of observations of the Variable.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Length As Integer
C#
public int Length { get; }
C++
public:
int Length {
	int get ();
}

Value

The number of observations of the Variable.