Byte.IBitwiseOperators<Byte,Byte,Byte>.BitwiseAnd(Byte, Byte) Operador

Definición

Calcula los valores bit a bit y de dos valores.

C#
static byte IBitwiseOperators<byte,byte,byte>.operator &(byte left, byte right);

Parámetros

left
Byte

Valor de con andright.

right
Byte

Valor de con andleft.

Devoluciones

El valor bit a bit y de left y right.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9, 10