Aracılığıyla paylaş


Vector512.AndNot<T>(Vector512<T>, Vector512<T>) Yöntem

Tanım

Belirli bir vektöre ilişkin bit düzeyinde ve değerlerini ve başka bir vektöre tamamlayıcı olanları hesaplar.

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)

Tür Parametreleri

T

Vektördeki öğelerin türü.

Parametreler

left
Vector512<T>

bit düzeyinde ve ile rightvektör.

right
Vector512<T>

Bu vektör bit düzeyinde ve ile olmadan önce birler tarafından lefttamamlanır.

Döndürülenler

bit düzeyinde ve ve left öğesinin ones-tamamlayıcısı right.

Özel durumlar

ve right (T) türü left desteklenmez.

Şunlara uygulanır