- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 63字
- 2021-07-02 12:44:34
Data types
The basic data types of C# are divided into the following categories:
- Boolean type: bool
- Character type: char
- Integer types: sbyte, byte, short, ushort, int, uint, long, and ulong
- Floating-point types: float and double
- Decimal precision: decimal
- String: string
- Object type: object
These are primitive data types. These data types are embedded in the C# programming language.
推薦閱讀
- Java程序設計與開發
- iOS 9 Game Development Essentials
- Python爬蟲開發:從入門到實戰(微課版)
- Visual Basic程序設計教程
- JIRA 7 Administration Cookbook(Second Edition)
- Java軟件開發基礎
- Vue.js應用測試
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- R語言數據挖掘:實用項目解析
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Functional Python Programming
- JavaScript重難點實例精講
- 51單片機C語言程序設計經典實例(第3版)
- Java無難事:詳解Java編程核心思想與技術
- C#.NET程序設計