IDL integer types

The Interface Definition Language (IDL) supports the following integer types only, which represent the corresponding value ranges:

Supported IDL integer types and their value ranges
Integral type Value range
short -215 through (215)-1
long -231 through (231)-1
long long -263 through (263)-1
unsigned short 0 through (216)-1
unsigned long 0 through (232)-1
unsigned long long 0 through (264)-1



Related reference
IDL type declarations



Searchable topic ID:   rcor_idltc1
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_idltc1.html

Library | Support | Terms of Use | Feedback