Click or drag to resize

BSpline1D(Double, Double, Int32) Constructor

Initializes a new instance of the BSpline1D class

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public BSpline1D(
	double[] x,
	double[] y,
	int degree
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.#ctor(System.Double[],System.Double[],System.Int32)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.#ctor(System.Double[],System.Double[],System.Int32)"]

degree  Int32

[Missing <param name="degree"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.#ctor(System.Double[],System.Double[],System.Int32)"]

See Also