IBitwiseOperators<TSelf,TOther,TResult>.BitwiseOr(TSelf, TOther) Operator

定義

ビットごとの値または 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

適用対象