Two's Complement Representation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Numeric Values Representation in Java") |
|||
Line 2: | Line 2: | ||
* [[Numeric Values Representation in Java]] | * [[Numeric Values Representation in Java]] | ||
=Overview= | |||
Two's complement is an integer representation scheme used by most computers to represent signed integral values such as byte, int or long. |
Revision as of 23:38, 5 April 2020
Internal
Overview
Two's complement is an integer representation scheme used by most computers to represent signed integral values such as byte, int or long.