lpsolve 55logfunc Delegate
Definition
Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public delegate void logfunc(
IntPtr lp,
int userhandle,
string buf
)VB
Public Delegate Sub logfunc (
lp As IntPtr,
userhandle As Integer,
buf As String
)