共用方式為


binary_or()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

傳回兩個值的位 or 運算結果。

語法

binary_or(value1, value2 )

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 描述
value1 long ✔️ OR 運算的左側值。
value2 long ✔️ OR 運算的右手值。

傳回

傳回一對數字的邏輯 OR 運算:value1 |value2。