Click or drag to resize

BulirschStoerIntegratorTolerance Property

Gets or sets the value for the tolerance used to scale the error control, which will control both how accurate the integrator is and the step size used during integration.

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 Tolerance { get; set; }

Property Value

Type: Double
See Also