Click or drag to resize

GaussKronrodIntegratorIntegrate(OneVariableFunction, Double, Double) Method

Estimates the integral of the specified function over the given interval.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double Integrate(
	OneVariableFunction function,
	double lower,
	double upper
)

Parameters

function  OneVariableFunction
The function to integrate.
lower  Double
The lower limit of integration.
upper  Double
The upper limit of integration.

Return Value

Double
An estimate of the integral.

Implements

IIntegratorIntegrate(OneVariableFunction, Double, Double)
See Also