Creates an IEnumerator out of the data elements in this matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: 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 |