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.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double GetUOfX(
double x
)
Parameters
- x Double
- The x value.
Return Value
DoubleThe u value of the given x-value.
See Also