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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleExceptions See Also