Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax [DllImportAttribute("lpsolve55", EntryPoint = "lp_solve_version", CharSet = CharSet.Ansi,
ExactSpelling = true, SetLastError = true)]
public static void version(
ref int majorversion,
ref int minorversion,
ref int release,
ref int build
)
<DllImportAttribute("lpsolve55", EntryPoint := "lp_solve_version", CharSet := CharSet.Ansi,
ExactSpelling := true, SetLastError := true>]
Public Shared Sub version (
ByRef majorversion As Integer,
ByRef minorversion As Integer,
ByRef release As Integer,
ByRef build As Integer
)
Request Example
View SourceParameters
- majorversion Int32
-
- minorversion Int32
-
- release Int32
-
- build Int32
-
See Also