Aracılığıyla paylaş


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

Tanım

İki vektörünün bit düzeyinde ve değerlerini hesaplar.

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

bit düzeyinde ve ile leftvektör.

Döndürülenler

bit düzeyinde ve ve leftright.

Özel durumlar

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

Şunlara uygulanır