Click or drag to resize

PowerLawPrefactor(Int32) Constructor

Initializes a new instance of the PowerLawPrefactor class with the specified number of terms.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PowerLawPrefactor(
	int numberOfTerms
)

Parameters

numberOfTerms  Int32
The number of terms. Must be greater than or equal to 1.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when numberOfTerms is less than 1.
See Also