IBitwiseOperators<TSelf,TOther,TResult>.ExclusiveOr Operator

Definicja

Oblicza wyłącznie lub dwie wartości.

public:
 static TResult operator ^(TSelf left, TOther right);
public static abstract TResult operator ^ (TSelf left, TOther right);
static member ( ^^^ ) : 'Self * 'Other -> 'Result
Public Shared Operator Xor (left As TSelf, right As TOther) As TResult

Parametry

left
TSelf

Wartość xor z wartością right.

right
TOther

Wartość xor z wartością left.

Zwraca

TResult

Wyłączność lub i leftright.

Dotyczy