Click or drag to resize

IDoubleComplexEnumerator Interface

Classes that implement the IDoubleComplexEnumerator interface behave like regular IEnumerator implementations except that they return a DoubleComplex 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 IDoubleComplexEnumerator : IEnumerator

The IDoubleComplexEnumerator type exposes the following members.

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