- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 40字
- 2021-07-02 12:44:34
Boolean
Boolean literals are defined in the form of true or false. No other values except true and false can be assigned in the Boolean type:
bool result = true;
The default value of a Boolean type is false.
推薦閱讀
- C# 7 and .NET Core Cookbook
- Intel Galileo Essentials
- Java異步編程實戰
- 摩登創客:與智能手機和平板電腦共舞
- RTC程序設計:實時音視頻權威指南
- Scratch 3游戲與人工智能編程完全自學教程
- concrete5 Cookbook
- Hands-On Reinforcement Learning with Python
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- 青少年信息學競賽
- Mastering Web Application Development with AngularJS
- Citrix XenServer企業運維實戰
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Mastering Gephi Network Visualization
- Exploring SE for Android