ExponentialGrowthWithNumberOfTerms Method |
Creates a new instance with the provided number of terms.
Namespace: Altaxo.Calc.FitFunctions.GeneralAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ExponentialGrowth WithNumberOfTerms(
int value
)
Parameters
- value Int32
- The number of exponential terms. Must be greater than or equal to 1.
Return Value
ExponentialGrowthA new instance configured with the provided number of terms, or the same instance if unchanged.
Exceptions
See Also