Moves to the next point in the enumeration.

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

Syntax

Visual Basic (Declaration)
Public Function MoveNext As Boolean
C#
public bool MoveNext ()
C++
public:
virtual bool MoveNext () sealed

Return Value

true if there is another vector in the sequence; otherwise false.

Remarks

This method implements MoveNext().