Click or drag to resize

IFitFunctionPeakWithNumberOfTerms Method

Creates a new fit function with the provided number of terms (peaks).

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

Parameters

numberOfTerms  Int32
The number of terms.

Return Value

IFitFunctionPeak
New fit function with the provided number of terms (peaks).
See Also