Function to be integrated.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
double F(
	double x
)
Visual Basic (Declaration)
Function F ( _
	x As Double _
) As Double
Visual C++
double F(
	double x
)

Parameters

x
Type: System..::.Double
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