Click or drag to resize

ShiftedLogNormalParametrizationNIST(Int32, Int32) Constructor

Initializes a new instance of the ShiftedLogNormalParametrizationNIST class

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ShiftedLogNormalParametrizationNIST(
	int numberOfPeakTerms,
	int orderOfBackgroundPolynomial
)

Parameters

numberOfPeakTerms  Int32

[Missing <param name="numberOfPeakTerms"/> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.#ctor(System.Int32,System.Int32)"]

orderOfBackgroundPolynomial  Int32

[Missing <param name="orderOfBackgroundPolynomial"/> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.#ctor(System.Int32,System.Int32)"]

See Also