functn must return the value of the integrand at a given point.
Syntax
C# |
---|
public delegate double D01PA_FUNCTN( int ndim, double[] x ) |
Visual Basic |
---|
Public Delegate Function D01PA_FUNCTN ( _ ndim As Integer, _ x As Double() _ ) As Double |
Visual C++ |
---|
public delegate double D01PA_FUNCTN( int ndim, array<double>^ x ) |
F# |
---|
type D01PA_FUNCTN = delegate of ndim : int * x : float[] -> float |
Parameters
- ndim
- Type: System..::..Int32On entry: , the number of dimensions of the integral.
- x
- Type: array<System..::..Double>[]()[][]On entry: the coordinates of the point at which the integrand must be evaluated.