StretchedExponentialDecayWithNumberOfTerms 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 StretchedExponentialDecay WithNumberOfTerms(
int value
)
Parameters
- value Int32
- The number of exponential terms. Must be greater than or equal to 1.
Return Value
StretchedExponentialDecayA new instance configured with the provided number of terms, or the same instance if the value is unchanged.
Exceptions
See Also