Udostępnij za pośrednictwem


Vector512.Xor<T>(Vector512<T>, Vector512<T>) Metoda

Definicja

Oblicza wyłączność lub dwa wektory.

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector512<T> Xor(System::Runtime::Intrinsics::Vector512<T> left, System::Runtime::Intrinsics::Vector512<T> right);
public static System.Runtime.Intrinsics.Vector512<T> Xor<T> (System.Runtime.Intrinsics.Vector512<T> left, System.Runtime.Intrinsics.Vector512<T> right);
static member Xor : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<'T>
Public Function Xor(Of T) (left As Vector512(Of T), right As Vector512(Of T)) As Vector512(Of T)

Parametry typu

T

Typ elementów w wektorze.

Parametry

left
Vector512<T>

Wektor na wyłączność lub z elementem right.

right
Vector512<T>

Wektor na wyłączność lub z elementem left.

Zwraca

Wyłączność lub i leftright.

Wyjątki

Typ left i right (T) nie jest obsługiwany.

Dotyczy