Click or drag to resize

MatrixMath.MatrixWithOneRow<T>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

IEnumerator<T>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also