f must evaluate the function f whose zero is to be determined.

Syntax

C#
public delegate double C05AY_F(
	double x
)
Visual Basic
Public Delegate Function C05AY_F ( _
	x As Double _
) As Double
Visual C++
public delegate double C05AY_F(
	double x
)
F#
type C05AY_F = 
    delegate of 
        x : float -> float

Parameters

x
Type: System..::..Double
On entry: the point at which the function must be evaluated.

See Also