Polynomial Base Constructor
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Polynomial | Constructs a new curve with a specified set of parameters. |
Polynomial | Constructs a new curve with the specified number of parameters. |
PolynomialBase(Double[])
Constructs a new curve with a specified set of
parameters.
protected PolynomialBase(
double[] parameters
)
Parameters
- parameters Double[]
- An array of real numbers.
Remarks
The meaning of the parameters is determined by the inheriting class.
PolynomialBase(Int32)
Constructs a new curve with the specified number of
parameters.
protected PolynomialBase(
int parameterCount
)
Parameters
- parameterCount Int32
- The number of parameters.