可能重複:
What is the diffference between the | and || or operators?
What does | (pipe) mean in c#?單個|是什麼?或&意思?
我有寫在辦公室的另一個開發者,誰不是在當下一些代碼。我的代碼有一些工作要做,但我之前沒有昏迷過。我試着在這裏搜索,但它剝去了我的|走出搜索線。我也不知道那個符號的名字是什麼,所以不能像那樣搜索它。
this.Action.Values[key] = (int)this.Action.Values[key] | 1;
我的問題是在這種情況下單身或做什麼?
按位或'和按位'和'http://en.wikipedia.org/wiki/Bitwise_operation – kenny 2012-03-16 11:57:17
道歉爲重複的帖子,正如我在這個網站上的搜索框中提到的問題中提到的|符號。 – Andrew 2012-03-16 11:59:40