Click or drag to resize

OdeMethodOptionsRelativeTolerance Property

Gets or sets the relative tolerance for all y values. Use RelativeTolerances if you want to set the relative tolerance for each individual y value.

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
ArgumentExceptionThrown if the assigned value is negative.
InvalidOperationExceptionThrown if RelativeTolerances is not a scalar (length is not 1).
See Also