Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double RelativeTolerance { get; set; }

Property Value

Type: Double
See Also