RowCollection<T>.GetEnumerator Method

Returns an enumerator for this RowCollection<T>.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IEnumerator<Vector<T>> GetEnumerator()

Return Value

IEnumerator<Vector<T>>
An enumerator for this RowCollection<T>.

Implements

IEnumerable<T>.GetEnumerator()

Remarks

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

See Also