lpsolve55version Method

Definition

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
[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
)

Parameters

majorversion  Int32
 
minorversion  Int32
 
release  Int32
 
build  Int32
 

See Also