Int64.IBitwiseOperators<Int64,Int64,Int64>.ExclusiveOr Operador

Definición

Calcula el valor exclusivo o de dos valores.

C#
static long IBitwiseOperators<long,long,long>.operator ^(long left, long right);

Parámetros

left
Int64

Valor de xor con right.

right
Int64

Valor de xor con left.

Devoluciones

Exclusivo o de left y right.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9, 10