ConvergenceTestCollection<T>.Remove Method

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

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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