Click or drag to resize

BSpline1DGetYOfX Method

Gets the y value, for a given x-value. This function can only be used when the spline was constructed with points that were sorted by x (ascending or descending).

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetYOfX(
	double x
)

Parameters

x  Double
The x.

Return Value

Double
The y-value of the given x-value.

Implements

IInterpolationFunctionGetYOfX(Double)
See Also