Click or drag to resize

PolynomialRegressionAsInterpolationGetXOfU Method

Returns a x value in dependence of a parameter u.

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 parameter.

Return Value

Double
The x value at the given value of u.

Implements

IInterpolationCurveGetXOfU(Double)
See Also