Click or drag to resize

VectorRemoveAll Method (PredicateDouble)

Removes all elements that match the conditions defined by the specified predicate.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public int RemoveAll(
	Predicate<double> predicate
)

Parameters

predicate
Type: SystemPredicateDouble
Delegate that defines the conditions of the elements to remove.

Return Value

Type: Int32
The number of removed elements.
See Also