IMSL C# Numerical Library

HyperRectangleQuadrature.IFunction.F Method 

Returns the value of the function at the given point.

double F(
   double[] x
);

Parameters

x
A double array specifying the point at which the function is to be evaluated.

Return Value

A double specifying the value of the function at x.

See Also

HyperRectangleQuadrature.IFunction Interface | Imsl.Math Namespace