Indexed Vector<T>.Get Enumerator Method
Returns an enumerator over the elements of the vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A IEnumerator<T> object that enumerates the element of this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override IEnumerator<T> GetEnumerator()
Return Value
IEnumerator<T>A IEnumerator<T> object that enumerates the element of this instance.