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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Eval(
	HyperRectangleQuadratureIFunction f
)

Parameters

f
Type: Imsl.MathHyperRectangleQuadratureIFunction
A IFunction containing the function to be integrated.

Return Value

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