Created
March 8, 2018 00:12
-
-
Save binki/61513c005b87b120dc5d069ea5ed85e9 to your computer and use it in GitHub Desktop.
csharp hex can be unsigned if big enough
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| csharp> 0x80000000.GetType() | |
| System.UInt32 | |
| csharp> 0x40000000.GetType() | |
| System.Int32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment