Int16.IBitwiseOperators<Int16,Int16,Int16>.BitwiseAnd Operador

Definición

Calcula el bit a bit y de dos valores.

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

Parámetros

left
Int16

Valor de a and con right.

right
Int16

Valor de a and con left.

Devoluciones

Bit a bit y de left y right.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9, 10