Gets the length of the vectors returned by this instance.

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

Syntax

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

Value

The length of the vectors in the sequence.

Remarks

This property is read-only.