ConvergenceTestCollection<T>.GetEnumerator 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.0
C#
public IEnumerator GetEnumerator()

Return Value

IEnumerator
An object that implements IEnumerator.

Implements

IEnumerable.GetEnumerator()

See Also