DoubleFunctionSamplingTolerance Property |
Gets or sets the tolerance used for convergence in the independent variable.
The default value is 0.005.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double Tolerance { get; set; }Public Property Tolerance As Double
Get
Set
public:
property double Tolerance {
double get ();
void set (double value);
}member Tolerance : float with get, set
Property Value
Type:
Double
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the user attempts to set a Double whose
value is less than or equal to zero. |
See Also