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