Curve Constructor

Constructs a new curve with the specified number of parameters.

Definition

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

Parameters

parameterCount  Int32
The number of parameters.

Remarks

The meaning of the parameters is determined by the inheriting class.

Exceptions

ArgumentOutOfRangeExceptionparameterCount is less than zero.

See Also