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_row(
IntPtr lp,
int row_no,
double[] row
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function set_row (
lp As IntPtr,
row_no As Integer,
row As Double()
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- row_no Int32
-
- row Double
-
Return Value
BooleanSee Also