IBivariateInterpolationFunctionGetValueOfXY Method |
Returns the y value in dependence of given x and z values.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxdouble 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
DoubleThe value at the given x and y values.
See Also