Vector256.AnyWhereAllBitsSet<T>(Vector256<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 AnyWhereAllBitsSet(System::Runtime::Intrinsics::Vector256<T> vector);
public static bool AnyWhereAllBitsSet<T>(System.Runtime.Intrinsics.Vector256<T> vector);
static member AnyWhereAllBitsSet : System.Runtime.Intrinsics.Vector256<'T> -> bool
Public Function AnyWhereAllBitsSet(Of T) (vector As Vector256(Of T)) As Boolean
Paramètres de type
- T
Type des éléments dans le vecteur.
Paramètres
- vector
- Vector256<T>
Vecteur dont les éléments sont vérifiés.
Retours
true si tous les éléments de vector tous leurs bits sont définis ; sinon, false.