Click or drag to resize

QuadraticSplineIntegrate(Double, Double) Method

Definite integral between points a and b.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.QuadraticSpline.Integrate(System.Double,System.Double)"]

Implements

IInterpolationIntegrate(Double, Double)
See Also