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.3448.0 (4.8.3448.0)
Syntax
C#
public double RelativeTolerance { get; set; }

Property Value

Double
The relative tolerance.
Exceptions
ExceptionCondition
ArgumentExceptionMust be >= 0 - RelativeTolerance
InvalidOperationExceptionThe relative tolerance is stored as an array and cannot be returned as a scalar.
See Also