Click or drag to resize

CurveBaseInterpolate Method

Interpolates a curve using abcissa x and ordinate y.

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

Parameters

x  IReadOnlyListDouble
The vector of abscissa values.
y  IReadOnlyListDouble
The vector of ordinate values.

Implements

IInterpolationCurveInterpolate(IReadOnlyListDouble, IReadOnlyListDouble)
See Also