Udostępnij za pośrednictwem


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

Definicja

Oblicza bitowe i danego wektora, a te uzupełniają inny wektor.

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector512<T> AndNot(System::Runtime::Intrinsics::Vector512<T> left, System::Runtime::Intrinsics::Vector512<T> right);
public static System.Runtime.Intrinsics.Vector512<T> AndNot<T> (System.Runtime.Intrinsics.Vector512<T> left, System.Runtime.Intrinsics.Vector512<T> right);
static member AndNot : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<'T>
Public Function AndNot(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 do bitowego i z right.

right
Vector512<T>

Wektor do tego jest uzupełniany przed bitowym i z left.

Zwraca

Bitowe i left i jedynki uzupełniają element right.

Wyjątki

Typ i leftright (T) nie jest obsługiwany.

Dotyczy