RandomEnumerator<T>.MoveNext Method

Advances the enumerator.

Definition

Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool MoveNext()

Return Value

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

Implements

IEnumerator.MoveNext()

See Also