Long: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(cleanup)
Line 1: Line 1:
[[category:variables]][[category:Glossary]]
'''Long''' is a signed [[integer]] type. C++ standards guarantee it is at least 32 bits, and no smaller than type <code>integer</code>.


A signed [[integer]] type.
[[Category:Variables]]
C++ standards guarantee it is at least 32 bits, and no smaller than type [[integer]]
[[Category:Glossary]]
 
{{stub}}

Revision as of 13:33, 17 November 2007

Long is a signed integer type. C++ standards guarantee it is at least 32 bits, and no smaller than type integer.