Click or drag to resize

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.Chemistry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public MassBasedFloryDistribution(
	int numberOfTerms,
	int orderOfBackgroundPolynomial
)

Parameters

numberOfTerms  Int32
The number of terms (peaks).
orderOfBackgroundPolynomial  Int32
The order of the background polynomial.
See Also