RungeKuttaVerner89IntegratorAbsoluteTolerance Property  | 
 
            Gets or sets the tolerance which provides a baseline for the error control.
            By default, this value is 
Epsilon10.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double AbsoluteTolerance { get; set; }Public Property AbsoluteTolerance As Double
	Get
	Set
public:
property double AbsoluteTolerance {
	double get ();
	void set (double value);
}member AbsoluteTolerance : float with get, set
Property Value
Type: 
Double
See Also