Click or drag to resize

FloatComplexMatrixGetEnumerator Method

Creates an IEnumerator{FloatComplex} out of the data elements in this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IEnumerator<FloatComplex> GetEnumerator()

Return Value

IEnumeratorFloatComplex
An IEnumerator{FloatComplex} of data elements. Iteration proceeds row by row.

Implements

IEnumerableTGetEnumerator
See Also