Click or drag to resize
HyperRectangleQuadratureEval Method (HyperRectangleQuadratureIFunction, Double, Double)
Returns the value of the integral over a cube.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Eval(
	HyperRectangleQuadratureIFunction f,
	double[] a,
	double[] b
)

Parameters

f
Type: Imsl.MathHyperRectangleQuadratureIFunction
A IFunction containing the function to be integrated.
a
Type: SystemDouble
A double specifying the lower limit of integration. If null all of the lower limits default to 0.
b
Type: SystemDouble
A double specifying the upper limit of integration. If null all of the upper limits default to 1.

Return Value

Type: Double
A double containing the value of the integral over the unit cube.
See Also