Constructs a new curve with the specified number of
parameters.
Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected PolynomialBase(
int parameterCount
)
Protected Sub New (
parameterCount As Integer
)
protected:
PolynomialBase(
int parameterCount
)
new :
parameterCount : int -> PolynomialBase
Parameters
- parameterCount
- Type: SystemInt32
The number of parameters.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference