lpsolve 55abortfunc 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 int abortfunc(
IntPtr lp,
int userhandle
)VB
Public Delegate Function abortfunc (
lp As IntPtr,
userhandle As Integer
) As Integer