Int32.IBitwiseOperators<Int32,Int32,Int32>.ExclusiveOr Operator

Definition

Computes the exclusive-or of two values.

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

Parameters

left
Int32

The value to xor with right.

right
Int32

The value to xor with left.

Returns

The exclusive-or of left and right.

Implements

Applies to

Produkt Versioner
.NET 7, 8, 9, 10