Click or drag to resize

IFitFunctionPeakWithOrderOfBaselinePolynomial Method

Creates a new fit function with the provided order of the baseline polynomial. A value of -1 disables the baseline.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IFitFunctionPeak WithOrderOfBaselinePolynomial(
	int orderOfBaselinePolynomial
)

Parameters

orderOfBaselinePolynomial  Int32
The order of the baseline polynomial.

Return Value

IFitFunctionPeak
New fit function with the provided order of the baseline polynomial.
See Also