Vector<T>.GetEnumerator Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual IEnumerator<T> GetEnumerator()

Return Value

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

Implements

IEnumerable<T>.GetEnumerator()

See Also