ExponentialCurve Constructor

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

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