Click or drag to resize

PronySeriesInterpolationBaseInterpolationResultComplexWrapperInterpolate Method

Not implemented because this wrapper only exposes evaluation delegates.

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> xvec,
	IReadOnlyList<double> yvec
)

Parameters

xvec  IReadOnlyListDouble
Ignored.
yvec  IReadOnlyListDouble
Ignored.
Exceptions
ExceptionCondition
NotImplementedExceptionAlways thrown.
See Also