Click or drag to resize

BSpline1DGetXOfU Method

Evaluates the spline x-coordinate at the provided normalized parameter.

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

Parameters

u  Double
The normalized parameter (typically in the range 0..1).

Return Value

Double
The interpolated x value.

Implements

IInterpolationCurveGetXOfU(Double)
See Also