mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
~ 取反,求反码
This commit is contained in:
parent
2f73cafc70
commit
cfb6c3a35f
@ -149,7 +149,7 @@ public class LearnJava {
|
|||||||
|
|
||||||
// 位运算操作符
|
// 位运算操作符
|
||||||
/*
|
/*
|
||||||
~ 补
|
~ 取反,求反码
|
||||||
<< 带符号左移
|
<< 带符号左移
|
||||||
>> 带符号右移
|
>> 带符号右移
|
||||||
>>> 无符号右移
|
>>> 无符号右移
|
||||||
|
Loading…
Reference in New Issue
Block a user