LinearInterpolationGetYOfX Method |
Returns the y value in dependence of a given x value.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double GetYOfX(
double xval
)
Parameters
- xval Double
[Missing <param name="xval"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.GetYOfX(System.Double)"]
Return Value
DoubleThe y value at the given x value.
Implements
IInterpolationFunctionGetYOfX(Double)
Remarks
See Also