Click or drag to resize

RombergIntegratorIntegrate(OneVariableFunction, Double, Double) Method

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

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

Parameters

function  OneVariableFunction

[Missing <param name="function"/> documentation for "M:CenterSpace.NMath.Core.RombergIntegrator.Integrate(CenterSpace.NMath.Core.OneVariableFunction,System.Double,System.Double)"]

a  Double
The lower limit of integration.
b  Double
The upper limit of integration.

Return Value

Double
A Romberg estimate of the integral over the interval.

Implements

IIntegratorIntegrate(OneVariableFunction, Double, Double)
See Also