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.2.419.0 (24.2.419.0)
Syntax public double ZeroTolerance { get; set; }
Public Property ZeroTolerance As Double
Get
Set
public:
property double ZeroTolerance {
double get ();
void set (double value);
}
member ZeroTolerance : float with get, set
Property Value
Type:
DoubleSee Also