Click or drag to resize

SmoothingCubicSplineBaseGetYOfU Method

Gets the y value of the parameter u.

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

Parameters

u  Double
The parameter u.

Return Value

Double
The corresponding y value.

Implements

IInterpolationCurveGetYOfU(Double)
IInterpolationCurveGetYOfU(Double)
See Also