RungeKuttaCashKarp45IntegratorRelativeTolerance 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: 23.2.417.0 (23.2.417.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