IInterpolationDifferentiate2 Method |
Differentiate twice at point t.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double Differentiate2(
double t
)
Parameters
- t Double
- Point t to interpolate at.
Return Value
DoubleInterpolated second derivative at point t.
See Also