Click or drag to resize

IFloatComplexEnumerator Interface

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: 7.4
Syntax
public interface IFloatComplexEnumerator : IEnumerator

The IFloatComplexEnumerator type exposes the following members.

Properties
 NameDescription
Public propertyCurrent Gets the current FloatComplex in the collection.
Top
See Also