Convergence Test Collection<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. |
Copy | Copies the members of the collection to the specified array. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get | Gets an IEnumerator object that can iterate over the tests in the collection. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Remove | Removes the first occurrence of the specified item from the ConvergenceTestCollection<T>. |
Test |
Performs the convergence test.
(Inherited from ConvergenceTest<T>) |
ToString | Returns 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) |