Unsigned: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(adding category Variables)
(correction of the effect of unsigned values)
Line 2: Line 2:
|de=Unsigned:de
|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 a doubled range of positive values.


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

Revision as of 12:40, 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 a doubled range of positive values.