Click or drag to resize

OdeMethodOptionsAbsoluteTolerance Property

Gets or sets the absolute tolerance for all y-values. Use AbsoluteTolerances if you want to set the absolute tolerance for each individual y-value.

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 for all y-values.
Exceptions
ExceptionCondition
ArgumentExceptionMust be >= 0 - AbsoluteTolerance
See Also