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

Definición

Calcula el bit a bit o de dos valores.

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

Parámetros

left
TSelf

Valor a or con right.

right
TOther

Valor a or con left.

Devoluciones

TResult

Bit a bit o de left y right.

Se aplica a