RungeKuttaVerner89IntegratorRelativeTolerance Property  | 
 
            Gets or sets the tolerance which provides a relative weight for the numerical error
            based on the dependent variables. By default, this value is 
Epsilon13.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double RelativeTolerance { get; set; }Public Property RelativeTolerance As Double
	Get
	Set
public:
property double RelativeTolerance {
	double get ();
	void set (double value);
}member RelativeTolerance : float with get, set
Property Value
Type: 
Double
See Also