Vector.IsNegativeInfinity<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 l’infini négatif.
public:
generic <typename T>
static System::Numerics::Vector<T> IsNegativeInfinity(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsNegativeInfinity<T>(System.Numerics.Vector<T> vector);
static member IsNegativeInfinity : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsNegativeInfinity(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 étaient vector l’infini négatif.