Vector512.AllWhereAllBitsSet<T>(Vector512<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si tous les éléments d’un vecteur ont tous leurs bits définis.
public:
generic <typename T>
static bool AllWhereAllBitsSet(System::Runtime::Intrinsics::Vector512<T> vector);
public static bool AllWhereAllBitsSet<T>(System.Runtime.Intrinsics.Vector512<T> vector);
static member AllWhereAllBitsSet : System.Runtime.Intrinsics.Vector512<'T> -> bool
Public Function AllWhereAllBitsSet(Of T) (vector As Vector512(Of T)) As Boolean
Paramètres de type
- T
Type des éléments dans le vecteur.
Paramètres
- vector
- Vector512<T>
Vecteur dont les éléments sont vérifiés.
Retours
true si tous les éléments ont vector tous leurs bits définis ; sinon, false.