Click or drag to resize

IBivariateInterpolationFunctionGetValueOfXY Method

Returns the y value in dependence of given x and z values.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
double GetValueOfXY(
	double x,
	double y
)

Parameters

x  Double
The x value (value of the first independent variable).
y  Double
The y value (value of the second independent variable).

Return Value

Double
The value at the given x and y values.
See Also