Click or drag to resize

RungeKuttaExplicitBaseAbsoluteTolerance Property

Gets or sets the absolute tolerance.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double AbsoluteTolerance { get; set; }

Property Value

Double
The absolute tolerance.
Exceptions
ExceptionCondition
ArgumentExceptionMust be >= 0 - AbsoluteTolerance
See Also