Click or drag to resize

StretchedExponentialEquilibration(Int32) Constructor

Initializes a new instance of the StretchedExponentialEquilibration class with the specified number of terms.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public StretchedExponentialEquilibration(
	int numberOfTerms
)

Parameters

numberOfTerms  Int32
The number of exponential terms. Must be greater than or equal to 1.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when numberOfTerms is less than 1.
See Also