Advances the enumerator to the next component of the BandVector.

Namespace: Extreme.Mathematics.LinearAlgebra
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 the enumerator was successfully advanced to the next component; false if the enumerator has passed the last component of the Vector.