IFitFunctionPeakWithNumberOfTerms Method |
Creates a new fit function with the provided number of terms (peaks).
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IFitFunctionPeak WithNumberOfTerms(
int numberOfTerms
)
Parameters
- numberOfTerms Int32
- The number of terms.
Return Value
IFitFunctionPeakNew fit function with the provided number of terms (peaks).
See Also