Creates an IEnumerator out of the data elements in this matrix.

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

Syntax

C#
public IEnumerator GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator
Visual C++
public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

An IEnumerator of data elements. Iteration proceeds row by row.

Implements

IEnumerable..::.GetEnumerator()()()

See Also