mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 12:11:21 +08:00
chore: format docs/cs.md
This commit is contained in:
@ -292,7 +292,7 @@ bool Xor = A ^ B;
|
||||
|
||||
C# 中的逻辑运算支持可空布尔类型运算. 注意条件逻辑运算不支持可空布尔类型.
|
||||
|
||||
x | y | x & y | x \| y | x ^ y | ! x
|
||||
x | y | x & y | x \| y | x ^ y | ! x
|
||||
:- | - | --- | --- | --- | --
|
||||
true | true | true | true | false | false
|
||||
true | false | false | true | true | false
|
||||
|
Reference in New Issue
Block a user