IBitwiseOperators<TSelf,TOther,TResult>.BitwiseOr(TSelf, TOther) 运算符

定义

计算两个值的按位或 。

public:
 static TResult operator |(TSelf left, TOther right);
public static abstract TResult operator | (TSelf left, TOther right);
static member ( ||| ) : 'Self * 'Other -> 'Result
Public Shared Operator Or (left As TSelf, right As TOther) As TResult

参数

left
TSelf

使用 rightor 值。

right
TOther

使用 leftor 值。

返回

TResult

rightleft按位或 。

适用于