Convergence Test Collection<T>.Get Enumerator Method
Gets an IEnumerator object that can iterate over the tests in the collection.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An object that implements IEnumerator.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public IEnumerator GetEnumerator()
Return Value
IEnumeratorAn object that implements IEnumerator.