Unsigned: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(definition)
 
No edit summary
Line 1: Line 1:
{{otherlang2
|de=Unsigned:de
}}
An '''unsigned''' [[int]] or [[float]] is one that does not contain information about whether it holds a positive or negative value. This allows the value to be stored in one byte less of memory.
An '''unsigned''' [[int]] or [[float]] is one that does not contain information about whether it holds a positive or negative value. This allows the value to be stored in one byte less of memory.


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:German]]

Revision as of 12:23, 14 May 2011

Template:Otherlang2 An unsigned int or float is one that does not contain information about whether it holds a positive or negative value. This allows the value to be stored in one byte less of memory.