Syntax
C# |
---|
public delegate void C05QC_FCN( int n, double[] x, double[] fvec, ref int iflag ) |
Visual Basic |
---|
Public Delegate Sub C05QC_FCN ( _ n As Integer, _ x As Double(), _ fvec As Double(), _ ByRef iflag As Integer _ ) |
Visual C++ |
---|
public delegate void C05QC_FCN( int n, array<double>^ x, array<double>^ fvec, int% iflag ) |
F# |
---|
type C05QC_FCN = delegate of n : int * x : float[] * fvec : float[] * iflag : int byref -> unit |
Parameters
- n
- Type: System..::..Int32On entry: , the number of equations.
- x
- Type: array<System..::..Double>[]()[][]On entry: the components of the point at which the functions must be evaluated.
- fvec
- Type: array<System..::..Double>[]()[][]On entry: if , fvec contains the function values and must not be changed.
- iflag
- Type: System..::..Int32%