Click or drag to resize

VoigtArea(Int32, Int32) Constructor

Initializes a new instance with the specified number of peak terms and baseline order.

Namespace: Altaxo.Calc.FitFunctions.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public VoigtArea(
	int numberOfGaussianTerms,
	int orderOfBackgroundPolynomial
)

Parameters

numberOfGaussianTerms  Int32
The number of peak terms.
orderOfBackgroundPolynomial  Int32
The order of the background polynomial.
See Also