Vector.IsSubnormal<T>(Vector<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 les éléments d’un vecteur qui sont subnormals.
public:
generic <typename T>
static System::Numerics::Vector<T> IsSubnormal(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsSubnormal<T>(System.Numerics.Vector<T> vector);
static member IsSubnormal : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsSubnormal(Of T) (vector As Vector(Of T)) As Vector(Of T)
Paramètres de type
- T
Type des éléments dans le vecteur.
Paramètres
- vector
- Vector<T>
Vecteur à vérifier.
Retours
Vecteur dont les éléments sont tous-bits-set ou zéro, selon si les éléments correspondants dans vector étaient subnormals.