RungeKuttaFehlberg78IntegratorRelativeTolerance 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also