Unsigned: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(correction of the effect of unsigned values)
mNo edit summary
Line 1: Line 1:
{{otherlang2
{{lang|Unsigned}}
|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 a doubled range of positive values.
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.



Revision as of 05:13, 16 November 2022

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

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.