IMSL C# Numerical Library

Quadrature.IFunction.F Method 

Function to be integrated.

double F(
   double x
);

Parameters

x
A double 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

Quadrature.IFunction Interface | Imsl.Math Namespace