BivariateAkimaSplineInterpolate(Double, Double) Method |
Interpolates the z value for a single point defined by the provided x and y coordinates.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double Interpolate(
double x,
double y
)
Parameters
- x Double
- The x-coordinate of the point to interpolate.
- y Double
- The y-coordinate of the point to interpolate.
Return Value
DoubleThe interpolated z value.
See Also