Click or drag to resize

DoubleComplexMatrixGetEnumerator Method

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

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

Return Value

IEnumeratorDoubleComplex
An IEnumerator{DoubleComplex} of data elements. Iteration proceeds row by row.

Implements

IEnumerableTGetEnumerator
See Also