 | 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
Syntaxpublic interface IFloatComplexEnumerator : IEnumerator
Public Interface IFloatComplexEnumerator
Inherits IEnumerator
public interface class IFloatComplexEnumerator : IEnumerator
type IFloatComplexEnumerator =
interface
interface IEnumerator
end
The IFloatComplexEnumerator type exposes the following members.
Properties
| Name | Description |
---|
 | Current |
Gets the current FloatComplex in the collection.
|
Top
See Also