Click or drag to resize

ExponentialGrowthWithNumberOfTerms Method

Creates a new instance with the provided number of terms.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ExponentialGrowth WithNumberOfTerms(
	int value
)

Parameters

value  Int32
The number of exponential terms.

Return Value

ExponentialGrowth
New instance with the provided number of terms.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException$"{nameof(NumberOfTerms)} must be greater than or equal to 1
See Also