RowCollection<T>.GetEnumerator Method

Returns an enumerator for this RowCollection<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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