Vector64.Xor<T>(Vector64<T>, Vector64<T>) Method
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 vectors.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector64<T> Xor(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public:
generic <typename T>
where T : value class static System::Runtime::Intrinsics::Vector64<T> Xor(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
C#
public static System.Runtime.Intrinsics.Vector64<T> Xor<T>(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);
C#
public static System.Runtime.Intrinsics.Vector64<T> Xor<T>(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right) where T : struct;
static member Xor : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<'T>
static member Xor : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Xor(Of T) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)
Public Function Xor(Of T As Structure) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)
- T
The type of the elements in the vector.
- left
- Vector64<T>
The vector to exclusive-or with right
.
- right
- Vector64<T>
The vector to exclusive-or with left
.
The exclusive-or of left
and right
.
The type of left
and right
(T
) is not supported.
Продукт | Версии |
---|---|
.NET | 7, 8, 9, 10 |
Работете съвместно с нас в GitHub
Източникът за това съдържание може да бъде намерен в GitHub, където можете също да създавате и преглеждате проблеми и да изтегляте искания. За повече информация вижте нашето ръководство за сътрудник.
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: