f must return the value of the integrand at a given point.
Syntax
C# |
---|
public delegate double D01AK_F( double x ) |
Visual Basic |
---|
Public Delegate Function D01AK_F ( _ x As Double _ ) As Double |
Visual C++ |
---|
public delegate double D01AK_F( double x ) |
F# |
---|
type D01AK_F = delegate of x : float -> float |
Parameters
- x
- Type: System..::..DoubleOn entry: the point at which the integrand must be evaluated.