Click or drag to resize

SparseMatrixBuilderTGetEnumerator Method

Returns an enumerator that iterates through the collection of nonzero values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IEnumerator<KeyValuePair<IntPair, T>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairIntPair, T
An IEnumerator<T> that can be used to iterate through the collection of nonzero values.

Implements

IEnumerableTGetEnumerator
See Also