SystemObject Extreme.Mathematics.AlgorithmsConvergenceTestT Extreme.Mathematics.AlgorithmsConvergenceTestCollectionT
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public sealed class ConvergenceTestCollection<T> : ConvergenceTest<T>,
ICollection, IEnumerable, ICollection<ConvergenceTest<T>>, IEnumerable<ConvergenceTest<T>>
Public NotInheritable Class ConvergenceTestCollection(Of T)
Inherits ConvergenceTest(Of T)
Implements ICollection, IEnumerable, ICollection(Of ConvergenceTest(Of T)),
IEnumerable(Of ConvergenceTest(Of T))
generic<typename T>
public ref class ConvergenceTestCollection sealed : public ConvergenceTest<T>,
ICollection, IEnumerable, ICollection<ConvergenceTest<T>^>, IEnumerable<ConvergenceTest<T>^>
[<SealedAttribute>]
type ConvergenceTestCollection<'T> =
class
inherit ConvergenceTest<'T>
interface ICollection
interface IEnumerable
interface ICollection<ConvergenceTest<'T>>
interface IEnumerable<ConvergenceTest<'T>>
end
Type Parameters
- T
The ConvergenceTestCollectionT type exposes the following members.
Top
Top
| Name | Description |
---|
 | Add | |
 | Clear |
Removes all tests in the collection.
|
 | Contains |
Determines whether the ConvergenceTestCollectionT contains a specific item.
|
 | CopyTo |
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.) |
 | GetEnumerator |
Gets an IEnumerator object that can iterate over the tests in the collection.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Remove |
Removes the first occurrence of the specified item from the ConvergenceTestCollectionT.
|
 | TestConvergence |
Performs the convergence test.
(Inherited from ConvergenceTestT.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Top
Use the ConvergenceTestCollectionT to specify a convergence test that
consists of several criteria. Depending on the value of the Quantifier property,
the test succeeds if any one of the member tests succeed, or only if all of the
tests succeed. Only tests whose Enabled property
is are included in the test.
Reference