Click or drag to resize

LinearInterpolation.Interpolate(IReadOnlyList<Double>, IReadOnlyList<Double>) Method

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


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

Parameters

xvec  IReadOnlyList<Double>

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

yvec  IReadOnlyList<Double>

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

Implements

IInterpolationCurve.Interpolate(IReadOnlyList<Double>, IReadOnlyList<Double>)
See Also