Click or drag to resize

LinearSplineIntegrate(Double, Double) Method

Definite integral between points a and b.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double Integrate(
	double a,
	double b
)

Parameters

a  Double
Left bound of the integration interval [a,b].
b  Double
Right bound of the integration interval [a,b].

Return Value

Double
The interpolated definite integral over the interval [a, b].

Implements

IInterpolationIntegrate(Double, Double)
See Also