lpsolve55set_scaling 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_scaling(
IntPtr lp,
lpsolve55lpsolve_scales scalemode
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Sub set_scaling (
lp As IntPtr,
scalemode As lpsolve55lpsolve_scales
)
Request Example
View SourceParameters
- lp IntPtr
-
- scalemode lpsolve55lpsolve_scales
-
See Also