Click or drag to resize

ExponentialDecayWithNumberOfTerms 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 ExponentialDecay WithNumberOfTerms(
	int value
)

Parameters

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

Return Value

ExponentialDecay
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