Exponential Curve Constructor
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Exponential | Constructs a new exponential curve with one term. |
Exponential | Constructs a new exponential curve with the specified number of terms. |
ExponentialCurve
Constructs a new exponential curve with one term.
public ExponentialCurve()
ExponentialCurve(Int32)
Constructs a new exponential curve with the specified number of terms.
public ExponentialCurve(
int numberOfTerms
)
Parameters
- numberOfTerms Int32
- The number of exponential terms in the function definition.