Convergence
            
            
            Determines whether the ConvergenceTestCollection<T> contains a specific item.
            
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
true if item is found in the collection; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public bool Contains(
	ConvergenceTest<T> item
)Parameters
- item ConvergenceTest<T>
- The ConvergenceTest<T> to locate in the collection.
Return Value
Booleantrue if item is found in the collection; otherwise false.