Byte.IBitwiseOperators<Byte,Byte,Byte>.ExclusiveOr(Byte, Byte) Operátor

Definice

Vypočítá výhradní nebo dvě hodnoty.

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

Parametry

left
Byte

Hodnota xor s right.

right
Byte

Hodnota xor s left.

Návraty

The exclusive-or of left a right.

Implementuje

Platí pro

Produkt Verze
.NET 7, 8, 9, 10