Returns the value of the integral over the unit cube.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double Eval( HyperRectangleQuadrature..::.IFunction f ) |
Visual Basic (Declaration) |
---|
Public Function Eval ( _ f As HyperRectangleQuadrature..::.IFunction _ ) As Double |
Visual C++ |
---|
public: double Eval( HyperRectangleQuadrature..::.IFunction^ f ) |
Parameters
- f
- Type: Imsl.Math..::.HyperRectangleQuadrature..::.IFunction
A IFunction containing the function to be integrated.