Ler em inglês

Compartilhar via


Int128.ExclusiveOr(Int128, Int128) Operador

Definição

Calcula o exclusivo ou de dois valores.

public static Int128 operator ^(Int128 left, Int128 right);

Parâmetros

left
Int128

O valor para xor com right.

right
Int128

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, 10