Aracılığıyla paylaş


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

Tanım

Belirli bir vektöre ait bit düzeyinde ve değerlerini ve başka bir vektöre ekleyenleri hesaplar.

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)

Tür Parametreleri

T

Vektördeki öğelerin türü.

Parametreler

left
Vector64<T>

bit düzeyinde ve ile rightvektör.

right
Vector64<T>

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

Döndürülenler

bit düzeyinde ve left ve öğesinin ones-complement'ı right.

Özel durumlar

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

Şunlara uygulanır