Unsigned: Difference between revisions
Jump to navigation
Jump to search
(correction of the effect of unsigned values) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{lang|Unsigned}} | ||
| | |||
}} | |||
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. | ||