lpsolve55is_negative Method |
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 is_negative(
IntPtr lp,
int column
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function is_negative (
lp As IntPtr,
column As Integer
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- column Int32
-
Return Value
BooleanSee Also