Click or drag to resize

GaussKronrod87IntegratorIntegrate(OneVariableFunction, Double, Double) Method

Estimates the integral of the specified function over the specified 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

Implements

IIntegratorIntegrate(OneVariableFunction, Double, Double)
See Also