Click or drag to resize

VectorCoerceZero(Double) Method

Set all values whose absolute value is smaller than the threshold to zero.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void CoerceZero(
	double threshold
)

Parameters

threshold  Double
The absolute value threshold below which entries are set to zero.
See Also