Polynomial Base<T> Constructor
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Overload List
Polynomial | Constructs a new curve with the specified number of parameters. |
Polynomial | Constructs a new curve with a specified set of parameters. |
PolynomialBase<T>(Int32)
Constructs a new curve with the specified number of
parameters.
protected PolynomialBase(
int parameterCount
)
Parameters
- parameterCount Int32
- The number of parameters.
PolynomialBase<T>(T[])
Constructs a new curve with a specified set of
parameters.
Remarks
The meaning of the parameters is determined by the inheriting class.