Curve Constructor

Constructs a new curve with the specified number of parameters.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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

ArgumentOutOfRangeException

parameterCount is less than zero.

See Also