Vector64.Xor<T>(Vector64<T>, Vector64<T>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Oblicza wyłączność lub dwa wektory.
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);
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 (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 As Structure) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)
Parametry typu
- T
Typ elementów w wektorze.
Parametry
- left
- Vector64<T>
Wektor na wyłączność lub z elementem right.
- right
- Vector64<T>
Wektor na wyłączność lub z elementem left.
Zwraca
Wyłączność lub i left right.