The method f evaluates at a number of points .
Syntax
C# |
---|
public delegate void F01EF_F( ref int iflag, int n, double[] x, double[] fx ) |
Visual Basic |
---|
Public Delegate Sub F01EF_F ( _ ByRef iflag As Integer, _ n As Integer, _ x As Double(), _ fx As Double() _ ) |
Visual C++ |
---|
public delegate void F01EF_F( int% iflag, int n, array<double>^ x, array<double>^ fx ) |
F# |
---|
type F01EF_F = delegate of iflag : int byref * n : int * x : float[] * fx : float[] -> unit |
Parameters
- iflag
- Type: System..::..Int32%On entry: iflag will be zero.
- n
- Type: System..::..Int32On entry: , the number of function values required.
- x
- Type: array<System..::..Double>[]()[][]On entry: the points at which the function is to be evaluated.
- fx
- Type: array<System..::..Double>[]()[][]On exit: the function values. should return the value , for .