Long: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{lang|Long}}
{{lang|Long}}
'''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:C++]]


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

Revision as of 20:07, 13 April 2023

English (en)Deutsch (de)Translate (Translate)

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