Click or drag to resize

PolynomialInterpolationGetYOfU Method

Gets the ordinate value on dependence on parameter u.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public override double GetYOfU(
	double u
)

Parameters

u  Double
Curve parameter.

Return Value

Double
The ordinate value.

Implements

IInterpolationCurveGetYOfU(Double)
IInterpolationCurveGetYOfU(Double)
Remarks
Uses the Aitken-Neville tableau to evaluate the interpolating polynomial and returns 0.0 when no data points exist.
See Also