Int128.BitwiseOr(Int128, Int128) 运算符

定义

计算两个值的按位或 。

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

使用 rightor 值。

right
Int128

使用 leftor 值。

返回

rightleft按位或 。

实现

适用于