Click or drag to resize

FloatComplexVectorGetFloatComplexEnumerator Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IFloatComplexEnumerator GetFloatComplexEnumerator()

Return Value

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