Creates an IFloatEnumerator out of the data elements in this vector.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IFloatEnumerator GetFloatEnumerator()
Visual Basic (Declaration)
Public Function GetFloatEnumerator As IFloatEnumerator
Visual C++
public:
IFloatEnumerator^ GetFloatEnumerator()

Return Value

An IFloatEnumerator of data elements.

Remarks

A strongly-typed enumerator such as IFloatEnumerator avoids casting and is therefore much faster than IEnumerator.

See Also