Click or drag to resize

InterpolatedPeakFunctionFromMatrix(Int32, Int32, Boolean) Constructor

Initializes a new instance of the InterpolatedPeakFunctionFromMatrix class.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected InterpolatedPeakFunctionFromMatrix(
	int numberOfTerms,
	int orderOfBaselinePolynomial,
	bool propertyValuesArePeakWidth
)

Parameters

numberOfTerms  Int32
The number of peak terms.
orderOfBaselinePolynomial  Int32
The order of the baseline polynomial, or -1 to disable the baseline.
propertyValuesArePeakWidth  Boolean
If false, the property values are interpreted as peak positions; otherwise, they are interpreted as peak widths.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if numberOfTerms is negative or if orderOfBaselinePolynomial is less than -1.
See Also