Click or drag to resize

PolynomialDetrendingBaseDetrendingOrder Property

Gets the polynomial order used for detrending.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int DetrendingOrder { get; init; }

Property Value

Int32
Remarks
Supported values are 0, 1, and 2.
See Also