c#中int16 int32 int64區別

int16=short;
int32=int;
int64=long;
Int16 值類型表示值介於 -32768 到 +32767 之間的有符號整數。
Int32 值類型表示值介於 -2,147,483,648 到 +2,147,483,647 之間的有符號整
數。
Int64 值 類 型 表 示 值 介 於 -9,223,372,036,854,775,808 到
+9,223,372,036,854,775,807 之間的整數。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章