IMSL C# Numerical Library

HyperRectangleQuadrature.Eval Method (IFunction)

Returns the value of the integral over the unit cube.

public double Eval(
   IFunction f
);

Parameters

f
A IFunction containing the function to be integrated.

Return Value

A double containing the value of the integral over the unit cube.

See Also

HyperRectangleQuadrature Class | Imsl.Math Namespace | HyperRectangleQuadrature.Eval Overload List