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