TimeIntervalFinderValueTolerance Property |
Gets or sets the convergence tolerance on the function value when finding function
extremum and crossings of the constraint threshold.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double ValueTolerance { get; set; }Public Property ValueTolerance As Double
Get
Set
public:
property double ValueTolerance {
double get ();
void set (double value);
}member ValueTolerance : float with get, set
Property Value
Type:
Double
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the user attempts to set a value less than or equal to zero. |
See Also