Column Collection<T>.Get Enumerator Method
Returns an enumerator for this ColumnCollection<T>.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An enumerator for this ColumnCollection<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public IEnumerator<Vector<T>> GetEnumerator()
Return Value
IEnumerator<Vector<T>>An enumerator for this ColumnCollection<T>.
Implements
IEnumerable<T>.GetEnumerator()Remarks
The specific type of enumerator depends on the matrix whose
Columns collection this instance represents.