Udostępnij przez


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

Definicja

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

public:
generic <typename T>
 where T : value class static System::Runtime::Intrinsics::Vector64<T> AndNot(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector64<T> AndNot(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public static System.Runtime.Intrinsics.Vector64<T> AndNot<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right) where T : struct;
public static System.Runtime.Intrinsics.Vector64<T> AndNot<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);
static member AndNot : 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)
static member AndNot : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<'T>
Public Function AndNot(Of T As Structure) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)
Public Function AndNot(Of T) (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 bitowy i z elementem right.

right
Vector64<T>

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

Zwraca

Bitowe i z left nich uzupełnienie .right

Wyjątki

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

Dotyczy