Click or drag to resize

SubsetGetEnumerator Method

Creates an IEnumerator out of the indices in this subset.

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

Return Value

IEnumerator
An IEnumerator of indices.

Implements

IEnumerableGetEnumerator
See Also