IBitwiseOperators<TSelf,TOther,TResult>.ExclusiveOr Operator

定義

2 つの値の排他的または排他的な値を計算します。

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

パラメーター

left
TSelf

rightを持つ xor への値。

right
TOther

leftを持つ xor への値。

返品

TResult

leftrightの排他的または排他的です。

適用対象