Advances the enumerator.

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

false if the end of the collection was reached; true otherwise.