NewtonFindRootFunctionTolerance Property |
Gets or sets the tolerance used to determine whether the function is zero and a root has been found.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double FunctionTolerance { get; set; }
Public Property FunctionTolerance As Double
Get
Set
public:
property double FunctionTolerance {
double get ();
void set (double value);
}
member FunctionTolerance : float with get, set
Property Value
Type:
DoubleSee Also