Click or drag to resize

OneVariableFunctionIntegrate Method

Computes the integral of the current function over the specified interval.

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

Parameters

a  Double
Lower integration limit.
b  Double
Upper integration limit.

Return Value

Double
The integral over interval.
Remarks
Uses the default numerical integration method.
See Also