Int128.ExclusiveOr(Int128, Int128) Operátor

Definice

Vypočítá výhradní hodnotu nebo dvou hodnot.

public:
 static Int128 operator ^(Int128 left, Int128 right) = System::Numerics::IBitwiseOperators<Int128, Int128, Int128>::op_ExclusiveOr;
public static Int128 operator ^ (Int128 left, Int128 right);
static member ( ^^^ ) : Int128 * Int128 -> Int128
Public Shared Operator Xor (left As Int128, right As Int128) As Int128

Parametry

left
Int128

Hodnota xor s right.

right
Int128

Hodnota xor s left.

Návraty

Exkluzivně nebo a leftright.

Implementuje

Platí pro