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