Click or drag to resize

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