Index<T>.Get Enumerator Method
Returns an enumerator that iterates through a collection.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An object that can be used to iterate through the collection.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public virtual IEnumerator<T> GetEnumerator()
Return Value
IEnumerator<T>An object that can be used to iterate through the collection.