SmoothingCubicSplineBaseGetY1stDerivativeOfX Method |
Gets the first derivative of the y value for the specified x value.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double GetY1stDerivativeOfX(
double xx
)
Parameters
- xx Double
- The x value.
Return Value
DoubleThe corresponding first derivative of the y value.
See Also