 | IDoubleEnumerator Interface |
Classes that implement the IDoubleEnumerator interface behave like regular IEnumerator
implementations except that they return a double 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 IDoubleEnumerator : IEnumerator
Public Interface IDoubleEnumerator
Inherits IEnumerator
public interface class IDoubleEnumerator : IEnumerator
type IDoubleEnumerator =
interface
interface IEnumerator
end
The IDoubleEnumerator type exposes the following members.
Properties
| Name | Description |
---|
 | Current |
Gets the current double in the collection.
|
Top
See Also