Constructs a new curve with the specified number of parameters.

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Sub New ( _
	parameterCount As Integer _
)
C#
protected Curve (
	int parameterCount
)
C++
protected:
Curve (
	int parameterCount
)

Parameters

parameterCount (System.Int32)
The number of parameters.

Remarks

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

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionArgumentOutOfRangeException is less than zero.