Click or drag to resize

IInterpolationIntegrate(Double) Method

Indefinite integral at point t.

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

Parameters

t  Double
Point t to integrate at.

Return Value

Double
The interpolated indefinite integral at point t.
See Also