ConvergenceTestCollection<T>.Remove Method

Removes the first occurrence of the specified item from the ConvergenceTestCollection<T>.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool Remove(
	ConvergenceTest<T> item
)

Parameters

item  ConvergenceTest<T>
The ConvergenceTest<T> to remove from the collection.

Return Value

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

Implements

ICollection<T>.Remove(T)

See Also