Click or drag to resize

PronySeriesInterpolationBaseInterpolationResultComplexWrapperGetXOfU Method

Returns the u-value unchanged and effectively acts as an identity transformation.

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

Return Value

Double
The same value that was provided.
See Also