DoubleFunctionExplorerExtremumVariableTolerance Property  | 
 
            Gets or sets the tolerance with which to converge on Variable when
            precisely finding a local extremum.  By default, this property has the value
            0.005.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ExtremumVariableTolerance { get; set; }Public Property ExtremumVariableTolerance As Double
	Get
	Set
public:
property double ExtremumVariableTolerance {
	double get ();
	void set (double value);
}member ExtremumVariableTolerance : float with get, set
Property Value
Type: 
Double
See Also