NonlinearCurve Constructor

Constructs a new NonlinearCurve object.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected NonlinearCurve(
	int parameterCount
)

Parameters

parameterCount  Int32
The number of parameters of the curve.

See Also