Curve<T> Constructor
Constructs a new curve with the specified number of
parameters.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
protected Curve(
int parameterCount
)
Parameters
- parameterCount Int32
- The number of parameters.
Remarks
The meaning of the parameters is determined by the inheriting class.
Exceptions
Argument | parameterCount is less than zero. |