lpsolve 55version Method
Definition
Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
[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
)VB
<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
)