Constructs a new curve with the specified number of
parameters.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected Curve(
int parameterCount
)
Protected Sub New (
parameterCount As Integer
)
protected:
Curve(
int parameterCount
)
new :
parameterCount : int -> Curve
Parameters
- parameterCount
- Type: SystemInt32
The number of parameters.
The meaning of the parameters is determined
by the inheriting class.
Reference