ExponentialDecay(Int32) Constructor |
Initializes a new instance of the
ExponentialDecay class with the specified number of terms.
Namespace: Altaxo.Calc.FitFunctions.GeneralAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ExponentialDecay(
int numberOfTerms
)
Parameters
- numberOfTerms Int32
- The number of exponential terms. Must be greater than or equal to 1.
Exceptions
See Also