lpsolve55str_add_column 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 str_add_column(
IntPtr lp,
ref string col_string
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function str_add_column (
lp As IntPtr,
ByRef col_string As String
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- col_string String
-
Return Value
BooleanSee Also