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