MassBasedFloryDistribution(Int32, Int32) Constructor |
Initializes a new instance of the
MassBasedFloryDistribution class with the specified number of terms and order of background polynomial.
Namespace: Altaxo.Calc.FitFunctions.ChemistryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic MassBasedFloryDistribution(
int numberOfTerms,
int orderOfBackgroundPolynomial
)
Parameters
- numberOfTerms Int32
- The number of terms (peaks).
- orderOfBackgroundPolynomial Int32
- The order of the background polynomial.
See Also