Click or drag to resize
ZerosFunction.IFunction.F Method
Returns the value of the function at the given point.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double F(
	double x
)

Parameters

x
Type: System.Double
A double specifying the point at which the function is to be evaluated.

Return Value

Type: Double
A double containing the value of the function at x.
See Also