QuadratureIFunctionF Method |
Function to be integrated.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Function F (
x As Double
) As Double
abstract F :
x : float -> float
Parameters
- x
- Type: SystemDouble
A double specifying the point at which the function is to
be evaluated.
Return Value
Type:
Double
A
double specifying the value of the function at x.
See Also