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