[計算機基礎] C# 關鍵字

詳情 unchecked 算術溢出不檢測(默認爲不檢測 checked 算術溢出 檢測 checked{ int a = int.maxvalue*2; } decimal 高精度的數據類型 用於天文或金融的大數據中 explicit 聲明顯示的用戶定義類型轉換運算符 可重寫顯示轉換 implicit 聲明隱式的用戶定義類型轉換運算符 可重寫隱式轉化 extern 修飾符用於聲明在外部實現的方法
相關文章
相關標籤/搜索