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

Definición

Calcula el valor exclusivo o de dos valores.

static byte IBitwiseOperators<byte,byte,byte>.operator ^(byte left, byte right);

Parámetros

left
Byte

Valor de xor con right.

right
Byte

Valor de xor con left.

Devoluciones

Exclusivo o de left y right.

Implementaciones

Se aplica a

Producte Versions
.NET 7, 8, 9, 10