Click or drag to resize

VectorTCoerceZero(FuncT, Boolean) Method

Set all values that meet the predicate to zero, in-place.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CoerceZero(
	Func<T, bool> zeroPredicate
)

Parameters

zeroPredicate  FuncT, Boolean
The predicate identifying values to replace with zero.
See Also