BSpline1D(Double, Double, Double) Constructor |
Initializes a new instance of the
BSpline1D class using the supplied knot vector.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic BSpline1D(
double[] x,
double[] y,
double[] knots
)
Parameters
- x Double
- The x coordinates of the control points.
- y Double
- The y coordinates of the control points.
- knots Double
- The complete knot vector.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when the x and y lengths differ or when the knot count is insufficient. |
See Also