Click or drag to resize

RationalInterpolationOptionsPrecision Property

Gets the precision parameter used by the interpolation algorithm.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Precision { get; init; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value is less than or equal to zero.
See Also