lpsolve55logfunc Delegate |
Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public delegate void logfunc(
IntPtr lp,
int userhandle,
string buf
)
Public Delegate Sub logfunc (
lp As IntPtr,
userhandle As Integer,
buf As String
)
Request Example
Parameters
- lp IntPtr
-
- userhandle Int32
-
- buf String
-
See Also