Creates an IDoubleEnumerator 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 IDoubleEnumerator GetDoubleEnumerator()
Visual Basic (Declaration)
Public Function GetDoubleEnumerator As IDoubleEnumerator
Visual C++
public:
IDoubleEnumerator^ GetDoubleEnumerator()

Return Value

An IDoubleEnumerator of data elements.

Remarks

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

See Also