lpsolve55set_rh_vec 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 void set_rh_vec(
IntPtr lp,
double[] rh
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Sub set_rh_vec (
lp As IntPtr,
rh As Double()
)
Request Example
View SourceParameters
- lp IntPtr
-
- rh Double
-
See Also