Int16.IBitwiseOperators<Int16,Int16,Int16>.BitwiseOr Operador

Definición

Calcula el bit a bit o de dos valores.

C#
static short IBitwiseOperators<short,short,short>.operator |(short left, short right);

Parámetros

left
Int16

Valor de con orright.

right
Int16

Valor de con orleft.

Devoluciones

El valor bit a bit o de left y right.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9, 10