Click or drag to resize

BSpline1DGetUOfX Method

Gets the u value (0..1), 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 GetUOfX(
	double x
)

Parameters

x  Double
The x value.

Return Value

Double
The u value of the given x-value.
See Also