Gets the current vector in the sequence.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Current As GeneralVector
C#
public GeneralVector Current { get; }
C++
public:
GeneralVector^ Current {
	GeneralVector^ get ();
}

Value

The current vector in the sequence.

Remarks

This method implements Reset().