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.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public interface IFloatEnumerator : IEnumerator |
| Visual Basic (Declaration) |
|---|
Public Interface IFloatEnumerator _ Implements IEnumerator |
| Visual C++ |
|---|
public interface class IFloatEnumerator : IEnumerator |