Click or drag to resize

ExponentialGrowthNumberOfTerms Property

Gets the number of exponential terms. Must be greater than or equal to 1.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfTerms { get; }

Property Value

Int32
The number of terms.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also