Click or drag to resize

OdeMethodOptionsAbsoluteTolerances Property

Gets or sets the absolute tolerances. The length of the array must either be 1 (equal tolerances for all y values) or N.

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

Property Value

Double
The absolute tolerances.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the assigned value is .
ArgumentExceptionThrown if any element of the assigned array is negative.
See Also