Click or drag to resize

PeakFittingByIncrementalPeakAdditionOrderOfBaselinePolynomial Property

Gets or sets the order of the polynomial that is used for the baseline.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int OrderOfBaselinePolynomial { get; init; }

Property Value

Int32
The baseline order.
See Also