Click or drag to resize

DoubleMatrixGetEnumerator Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IEnumerator<double> GetEnumerator()

Return Value

IEnumeratorDouble
An IEnumerator{double} of data elements. Iteration proceeds row by row.

Implements

IEnumerableTGetEnumerator
See Also