Click or drag to resize

DoubleMatrixGetDoubleEnumerator Method

Creates an IDoubleEnumerator out of the data elements in this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDoubleEnumerator GetDoubleEnumerator()

Return Value

IDoubleEnumerator
An IDoubleEnumerator of data elements. Iteration proceeds row by row.
Remarks
A strongly-typed enumerator such as IDoubleEnumerator avoids casting and is therefore much faster than IEnumerator.
See Also