Click or drag to resize

BSpline1D(Double, Double, Double) Constructor

Initializes a new instance of the BSpline1D class using the supplied knot vector.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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
ExceptionCondition
ArgumentExceptionThrown when the x and y lengths differ or when the knot count is insufficient.
See Also