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