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