`int` is a 2s-complement signed 32 bit integer (`-2^31` to `2^31 - 1`) `uint` is an unsigned 32 bit

int is a 2s-complement signed 32 bit integer (-2^31 to 2^31 - 1) uint is an unsigned 32 bit integer (0 to 2^32 - 1)
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?