Classes that implement the IFloatComplexEnumerator interface behave like regular IEnumerator implementations except that they return a FloatComplex instead of an object. They avoid casting and are therefore much faster.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public interface IFloatComplexEnumerator : IEnumerator
Visual Basic (Declaration)
Public Interface IFloatComplexEnumerator _
	Implements IEnumerator
Visual C++
public interface class IFloatComplexEnumerator : IEnumerator

See Also