f must evaluate the function f whose zero is to be determined.
Syntax
C# |
---|
public delegate double C05AD_F( double x ) |
Visual Basic (Declaration) |
---|
Public Delegate Function C05AD_F ( _ x As Double _ ) As Double |
Visual C++ |
---|
public delegate double C05AD_F( double x ) |
F# |
---|
type C05AD_F = delegate of x:float -> float |
Parameters
- x
- Type: System..::.Double
On entry: the point at which the function must be evaluated.