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.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IFitFunctionPeak WithOrderOfBaselinePolynomial(
int orderOfBaselinePolynomial
)
Parameters
- orderOfBaselinePolynomial Int32
- The order of the baseline polynomial.
Return Value
IFitFunctionPeakNew fit function with the provided order of the baseline polynomial.
See Also