Click or drag to resize

lpsolve55version Method


Namespace: DWSIM.MathOps
Assembly: 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
)
Request Example View Source

Parameters

majorversion  Int32
 
minorversion  Int32
 
release  Int32
 
build  Int32
 
See Also