ConvergenceTestCollection<T> Methods

Methods

Add Adds a ConvergenceTest<T> to the collection.
Clear Removes all tests in the collection.
Contains Determines whether the ConvergenceTestCollection<T> contains a specific item.
CopyTo Copies the members of the collection to the specified array.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetEnumerator Gets an IEnumerator object that can iterate over the tests in the collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Remove Removes the first occurrence of the specified item from the ConvergenceTestCollection<T>.
TestConvergence Performs the convergence test.
(Inherited from ConvergenceTest<T>)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

Group<ConvergenceTest<T>> Returns a grouping by the unique elements in a sequence.
(Defined by Grouping)
Group<ConvergenceTest<T>> Returns a grouping by the unique elements in a sequence using the specified comparer to determine equality.
(Defined by Grouping)
Sum<ConvergenceTest<T>> Computes the sum of the sequence of values.
(Defined by ArrayMath)
Sum<ConvergenceTest<T>, U> Computes the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by ArrayMath)

See Also