You must supply this method to calculate the value of the function at any point in . It should be tested separately before being used in conjunction with e04ab.
Syntax
C# |
---|
public delegate void E04AB_FUNCT( double xc, out double fc ) |
Visual Basic |
---|
Public Delegate Sub E04AB_FUNCT ( _ xc As Double, _ <OutAttribute> ByRef fc As Double _ ) |
Visual C++ |
---|
public delegate void E04AB_FUNCT( double xc, [OutAttribute] double% fc ) |
F# |
---|
type E04AB_FUNCT = delegate of xc : float * fc : float byref -> unit |
Parameters
- xc
- Type: System..::..DoubleOn entry: the point at which the value of is required.
- fc
- Type: System..::..Double%On exit: must be set to the value of the function at the current point .