Long: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (spam removal)
No edit summary
Line 1: Line 1:
{{otherlang2
|de=Long:de
}}
'''Long''' is a signed [[integer]] type. C++ standards guarantee it is at least 32 bits, and no smaller than type <code>integer</code>.
'''Long''' is a signed [[integer]] type. C++ standards guarantee it is at least 32 bits, and no smaller than type <code>integer</code>.


[[Category:Variables]]
[[Category:Variables]]
[[Category:Glossary]]
[[Category:Glossary]]
[[Category:English]]

Revision as of 00:34, 14 May 2011

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