RandomEnumerator<T>.MoveNext Method

Advances the enumerator.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool MoveNext()

Return Value

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

Implements

IEnumerator.MoveNext()

See Also