Removes the first occurrence of the specified item from the ConvergenceTestCollection.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function Remove ( _
	item As ConvergenceTest _
) As Boolean
C#
public bool Remove (
	ConvergenceTest item
)
C++
public:
virtual bool Remove (
	ConvergenceTest^ item
) sealed

Parameters

item (Extreme.Mathematics.ConvergenceTest)
The ConvergenceTest to remove from the collection.

Return Value

true if item was successfully removed from the collection; otherwise false.