Click or drag to resize

IComplexInterpolationFunctionGetYOfX Method

Returns the y value in dependence of a given x value.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Complex GetYOfX(
	double x
)

Parameters

x  Double
The x value (value of the independent variable).

Return Value

Complex
The y value at the given x value.
See Also