ExponentialCurve Constructor

Definition

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

ExponentialCurve() Constructs a new exponential curve with one term.
ExponentialCurve(Int32) Constructs a new exponential curve with the specified number of terms.

ExponentialCurve

Constructs a new exponential curve with one term.
C#
public ExponentialCurve()

ExponentialCurve(Int32)

Constructs a new exponential curve with the specified number of terms.
C#
public ExponentialCurve(
	int numberOfTerms
)

Parameters

numberOfTerms  Int32
The number of exponential terms in the function definition.

See Also