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

Definição

Calcula o exclusivo ou de dois valores.

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

Parâmetros

left
Byte

O valor para xor com right.

right
Byte

O valor para xor com left.

Retornos

O exclusivo ou de left e right.

Implementações

Aplica-se a

Produto Versões
.NET 7, 8, 9