Click or drag to resize

CardinalCubicSpline.Interpolate Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.CardinalCubicSpline.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 override void Interpolate(
	IReadOnlyList<double> x,
	IReadOnlyList<double> y
)

Parameters

x  IReadOnlyList<Double>

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

y  IReadOnlyList<Double>

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

Implements

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