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.2.419.0 (24.2.419.0)
Syntax public double Tolerance { get; set; }
Public Property Tolerance As Double
Get
Set
public:
property double Tolerance {
double get ();
void set (double value);
}
member Tolerance : float with get, set
Property Value
Type:
DoubleSee Also