- 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.
推薦閱讀
- Designing Machine Learning Systems with Python
- 深入理解Android(卷I)
- DBA攻堅指南:左手Oracle,右手MySQL
- Bulma必知必會
- ASP.NET 3.5程序設計與項目實踐
- Unity 5 for Android Essentials
- Learning Unity 2D Game Development by Example
- Python深度學習:模型、方法與實現
- Mastering Backbone.js
- 0 bug:C/C++商用工程之道
- ServiceNow:Building Powerful Workflows
- Odoo 10 Implementation Cookbook
- JavaScript動態網頁編程
- 單片機原理及應用技術
- 計算機應用技能實訓教程