📜  int32 和 int64 之间的区别 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:09.689000             🧑  作者: Mango

代码示例2
Int32 and Int64 are defined by their names. Int32 is a signed, thirty-two byte integer value (4 bytes), and an int64 is a signed, sixty-four bit integer value (8 bytes). Int32 has a min/max of 2.147 billion and int64 has a min/max of 9223 with a lot of zeroes