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.1.421.0 (25.1.421.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
See Also