Click or drag to resize

VectorEnumeratorMoveNext Method

Advances the enumerator to the next element of the collection.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public bool MoveNext()

Return Value

Type: Boolean
if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.

Implements

IEnumeratorMoveNext
Exceptions
ExceptionCondition
InvalidOperationExceptionThe collection was modified after the enumerator was created.
See Also