Click or drag to resize

BSpline1DInterpolateCurve Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.InterpolateCurve(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32)"]


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static BSpline1D InterpolateCurve(
	IReadOnlyList<double> x,
	IReadOnlyList<double> y,
	int degree = 3
)

Parameters

x  IReadOnlyListDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.InterpolateCurve(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32)"]

y  IReadOnlyListDouble

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.InterpolateCurve(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32)"]

degree  Int32  (Optional)

[Missing <param name="degree"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.InterpolateCurve(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32)"]

Return Value

BSpline1D

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.InterpolateCurve(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32)"]

See Also