Click or drag to resize

DoubleComplexMatrixGetDoubleComplexEnumerator Method

Creates an IDoubleComplexEnumerator out of the data elements in this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDoubleComplexEnumerator GetDoubleComplexEnumerator()

Return Value

IDoubleComplexEnumerator
An IDoubleComplexEnumerator of data elements. Iteration proceeds row by row.
Remarks
A strongly-typed enumerator such as IDoubleComplexEnumerator avoids casting and is therefore much faster than IEnumerator.
See Also