Click or drag to resize

PowerLawPrefactorWithNumberOfTerms Method

Creates a new instance with the provided 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 WithNumberOfTerms(
	int value
)

Parameters

value  Int32
The number of terms. Must be greater than or equal to 1.

Return Value

PowerLawPrefactor
A new instance configured with the provided number of terms, or the same instance if unchanged.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when value is less than 1.
See Also