Click or drag to resize

RungeKuttaExplicitBaseCoreAbsoluteTolerance Property

Gets or sets the absolute tolerance.

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

Property Value

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