Returns an IEnumerator<(Of T>) for this RowCollection.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of Vector)
C#
public IEnumerator<Vector> GetEnumerator ()
C++
public:
virtual IEnumerator<Vector^>^ GetEnumerator () sealed

Return Value

An IEnumerator<(Of T>) for this RowCollection.

Remarks

The specific type of enumerator depends on the matrix whose Rows collection this instance represents.