Int128.BitwiseOr(Int128, Int128) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算兩個值的位或兩個值。
public:
static Int128 operator |(Int128 left, Int128 right) = System::Numerics::IBitwiseOperators<Int128, Int128, Int128>::op_BitwiseOr;
public static Int128 operator | (Int128 left, Int128 right);
static member ( ||| ) : Int128 * Int128 -> Int128
Public Shared Operator Or (left As Int128, right As Int128) As Int128
參數
- left
- Int128
要搭配 right
or
的值。
- right
- Int128
要搭配 left
or
的值。
傳回
位或 left
與 right
。