Vector.IsNegative<T>(Vector<T>) Méthode
Dans cet article
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.
public:
generic <typename T>
static System::Numerics::Vector<T> IsNegative(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsNegative<T> (System.Numerics.Vector<T> vector);
static member IsNegative : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsNegative(Of T) (vector As Vector(Of T)) As Vector(Of T)
- T
- vector
- Vector<T>
Produit | Versions |
---|---|
.NET | 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :