IBitwiseOperators<TSelf,TOther,TResult>.BitwiseOr(TSelf, TOther) 演算子

定義

ビットごとのまたは 2 つの値を計算します。

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

と のleftrightビットごとのまたは 。

適用対象