Click or drag to resize

FloatMatrixGetEnumerator Method

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

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

Return Value

IEnumeratorSingle
An IEnumerator{float} of data elements. Iteration proceeds row by row.

Implements

IEnumerableTGetEnumerator
See Also