Unsigned

From Valve Developer Community
Revision as of 08:02, 12 April 2008 by TomEdwards (talk | contribs) (definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.