Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax [DllImportAttribute("lpsolve55", CharSet = CharSet.Ansi, ExactSpelling = true,
SetLastError = true)]
public static bool set_int(
IntPtr lp,
int column,
bool must_be_int
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function set_int (
lp As IntPtr,
column As Integer,
must_be_int As Boolean
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- column Int32
-
- must_be_int Boolean
-
Return Value
BooleanSee Also