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 de con orright.

right
TOther

Valor de con orleft.

Devoluciones

TResult

El valor bit a bit o de left y right.

Se aplica a