Click or drag to resize

PronySeriesInterpolationBaseInterpolationResultDoubleWrapperInterpolate Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.PronySeriesInterpolationBase.InterpolationResultDoubleWrapper.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.3179.0 (4.8.3179.0)
Syntax
C#
public void Interpolate(
	IReadOnlyList<double> xvec,
	IReadOnlyList<double> yvec
)

Parameters

xvec  IReadOnlyListDouble

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

yvec  IReadOnlyListDouble

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

Implements

IInterpolationCurveInterpolate(IReadOnlyListDouble, IReadOnlyListDouble)
See Also