Click or drag to resize

IInterpolationDifferentiate Method

Differentiate at point t.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double Differentiate(
	double t
)

Parameters

t  Double
Point t to interpolate at.

Return Value

Double
Interpolated first derivative at point t.
See Also