Click or drag to resize

SmoothingCubicSplineBaseGetYOfX Method

Gets the y value for the specified x value.

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

Parameters

x  Double
The x value.

Return Value

Double
The corresponding y value.

Implements

IInterpolationFunctionGetYOfX(Double)
See Also