| JulianDateFunctionDetailsExtremumValueTolerance Property  | 
 
            Gets or sets the tolerance with which to converge on function value when finding
            a local extremum of this function.  By default, this property has the value 0.0, but it is
            ignored because 
ExtremumConvergenceCriteria is set to
            
Variable.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double ExtremumValueTolerance { get; set; }Public Property ExtremumValueTolerance As Double
	Get
	Set
public:
property double ExtremumValueTolerance {
	double get ();
	void set (double value);
}member ExtremumValueTolerance : float with get, set
Property Value
Type: 
Double See Also
See Also