Byte.IBitwiseOperators<Byte,Byte,Byte>.ExclusiveOr(Byte, Byte) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the exclusive-or of two values.
static System::Byte System.Numerics.IBitwiseOperators<System.Byte,System.Byte,System.Byte>.operator ^(System::Byte left, System::Byte right) = System::Numerics::IBitwiseOperators<System::Byte, System::Byte, System::Byte>::op_ExclusiveOr;
C#
static byte IBitwiseOperators<byte,byte,byte>.operator ^(byte left, byte right);
static member ( ^^^ ) : byte * byte -> byte
Shared Operator Xor (left As Byte, right As Byte) As Byte Implements IBitwiseOperators(Of Byte, Byte, Byte).op_ExclusiveOr
- left
- Byte
The value to xor with right
.
- right
- Byte
The value to xor with left
.
The exclusive-or of left
and right
.
Продукт | Версии |
---|---|
.NET | 7, 8, 9, 10 |
Работете съвместно с нас в GitHub
Източникът за това съдържание може да бъде намерен в GitHub, където можете също да създавате и преглеждате проблеми и да изтегляте искания. За повече информация вижте нашето ръководство за сътрудник.
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: