Namespace: DotNumerics.Optimization.CobylaAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public delegate void CALCFC(
int N,
int M,
double[] X,
int o_x,
ref double F,
ref double[] CON,
int o_con
)
Public Delegate Sub CALCFC (
N As Integer,
M As Integer,
X As Double(),
o_x As Integer,
ByRef F As Double,
ByRef CON As Double(),
o_con As Integer
)
Request Example
Parameters
- N Int32
-
- M Int32
-
- X Double
-
- o_x Int32
-
- F Double
-
- CON Double
-
- o_con Int32
-
See Also