Click or drag to resize

ScalarAbsoluteValueZeroTolerance Property

Gets or sets the tolerance that should be used to check if the evaluated Argument is zero. Values of the Argument that have a magnitude less than this will be treated as 0 and no derivatives will be computed. By default this is 1e-9.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ZeroTolerance { get; set; }

Property Value

Type: Double
See Also