Click or drag to resize

RungeKuttaExplicitBaseCoreRelativeTolerance Property

Gets or sets the relative tolerance.

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

Property Value

Double
The relative tolerance.
Exceptions
ExceptionCondition
ArgumentExceptionMust be >= 0 - RelativeTolerance
See Also