BSpline1D(Double, Double, Int32) Constructor |
Initializes a new instance of the
BSpline1D class using a uniform knot vector of the specified degree.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic BSpline1D(
double[] x,
double[] y,
int degree
)
Parameters
- x Double
- The x coordinates of the control points.
- y Double
- The y coordinates of the control points.
- degree Int32
- The spline degree.
Exceptions
See Also