- .NET Core 2.0 By Example
- Rishabh Verma Neha Shrivastava
- 58字
- 2021-06-24 18:30:59
Bitwise operators
Bitwise operators work on bits and perform bit-by-bit operations. The truth tables for &&& (bitwise AND), ||| (bitwise OR), and ^^^ (bitwise exclusive OR) are shown as follows. In the following table, the first variable is X and the second variable is Y:

It also supports ~~~(Unary, effect of flipping bits) , <<< (left shift operator), and >>>(right shift operator).
推薦閱讀
- PhoneGap開發(fā)指南
- MATLAB 2018從入門到精通
- 數(shù)字化轉型架構:方法論與云原生實踐
- Knative最佳實踐
- 從缺陷中學習C/C++
- 軟件測試面試突擊:為自己贏得一份測試工程師職位
- 偉大的小細節(jié):互聯(lián)網(wǎng)產(chǎn)品設計中的微創(chuàng)新思維
- HTML5游戲編程核心技術與實戰(zhàn)
- Spring in Action(第二版)中文版
- Apache Cordova移動應用開發(fā)實戰(zhàn)
- 實時分析實戰(zhàn):構建實時流處理應用和分析系統(tǒng)
- 軟件自動化測試成功之道:典型工具、腳本開發(fā)、測試框架和項目實戰(zhàn)
- 工業(yè)軟件云戰(zhàn)略
- 鋒利的jQuery(第2版)
- Spring Boot趣味實戰(zhàn)課