Initializing help system before first use

getType Method

Retrieve the variable type.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public int getType()

Return Value

Type:  Int32
The variable type. Possible values:
  • BCLconstant.BCLconstant.XPRB_PL - Continuous.
  • BCLconstant.XPRB.BV - Binary.
  • BCLconstant.BCLconstant.XPRB_UI - General integer.
  • BCLconstant.XPRB.PI - Partial integer.
  • BCLconstant.XPRB.SC - Semi-continuous.
  • BCLconstant.XPRB.SI - Semi-continuous integer.
Examples
xbexpl.cs from the Introductory Examples folder.
See Also