BivariateLinearSplineInterpolate Method |
Interpolates the values with given x and y coordinates. Returns double.NaN if x or y are outside the bounds.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Interpolate(
double x,
double y
)
Parameters
- x Double
- The x coordinate.
- y Double
- The y coordinate.
Return Value
DoubleThe interpolated value. Returns double.NaN if x or y is outside of the bound.
See Also