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