PolynomialDetrendingBaseDetrendingOrder Property |
Gets the polynomial order used for detrending.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int DetrendingOrder { get; init; }Property Value
Int32
Remarks
Supported values are 0, 1, and 2.
See Also