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