Exponential Curve Constructor
Definition
Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.