Click or drag to resize

BSpline1DInterpolate Method

Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Interpolate(
	IReadOnlyList<double> x,
	IReadOnlyList<double> y
)

Parameters

x  IReadOnlyListDouble

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

y  IReadOnlyListDouble

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

Implements

IInterpolationCurveInterpolate(IReadOnlyListDouble, IReadOnlyListDouble)
See Also