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