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