Gets the number of observations in the collection.

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

Syntax

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

Value

The number of observations in the collection.