Click or drag to resize

RationalInterpolationOptionsNumeratorDegree Property

Gets the degree of the numerator polynomial used for the rational interpolation.

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value is negative.
See Also