Click or drag to resize

FloatMatrixGetFloatEnumerator Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IFloatEnumerator GetFloatEnumerator()

Return Value

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