Click or drag to resize

SmoothingCubicSplineBaseGetY1stDerivativeOfX Method

Gets the first derivative of the y value for the specified x value.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double GetY1stDerivativeOfX(
	double xx
)

Parameters

xx  Double
The x value.

Return Value

Double
The corresponding first derivative of the y value.
See Also