SparseVector<T>.GetEnumerator Method

Returns a IEnumerator<T> of Double for this Vector<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override IEnumerator<T> GetEnumerator()

Return Value

IEnumerator<T>
A IEnumerator<T> of Double object for this instance.

Implements

IEnumerable<T>.GetEnumerator()

See Also