GaussAmplitude(Int32, Int32) Constructor |
Initializes a new instance with the specified number of Gaussian terms and baseline order.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic GaussAmplitude(
int numberOfGaussianTerms,
int orderOfBackgroundPolynomial
)
Parameters
- numberOfGaussianTerms Int32
- Number of Gaussian terms.
- orderOfBackgroundPolynomial Int32
- Order of the baseline polynomial.
See Also