HyperRectangleQuadratureEval Method (HyperRectangleQuadratureIFunction) |
Returns the value of the integral over the unit cube.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Eval(
HyperRectangleQuadratureIFunction f
)
Public Function Eval (
f As HyperRectangleQuadratureIFunction
) As Double
public:
double Eval(
HyperRectangleQuadratureIFunction^ f
)
member Eval :
f : HyperRectangleQuadratureIFunction -> float
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