Vector.GreaterThanOrEqualAll<T> Méthode
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.
Retourne une valeur qui indique si tous les éléments du premier vecteur sont supérieurs ou égaux à tous les éléments correspondants dans le second vecteur.
public:
generic <typename T>
where T : value class static bool GreaterThanOrEqualAll(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public:
generic <typename T>
static bool GreaterThanOrEqualAll(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public static bool GreaterThanOrEqualAll<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct;
public static bool GreaterThanOrEqualAll<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right);
static member GreaterThanOrEqualAll : System.Numerics.Vector<'T (requires 'T : struct)> * System.Numerics.Vector<'T (requires 'T : struct)> -> bool (requires 'T : struct)
static member GreaterThanOrEqualAll : System.Numerics.Vector<'T> * System.Numerics.Vector<'T> -> bool
Public Shared Function GreaterThanOrEqualAll(Of T As Structure) (left As Vector(Of T), right As Vector(Of T)) As Boolean
Public Function GreaterThanOrEqualAll(Of T) (left As Vector(Of T), right As Vector(Of T)) As Boolean
Public Function GreaterThanOrEqualAll(Of T As Structure) (left As Vector(Of T), right As Vector(Of T)) As Boolean
- T
Type de vecteur.
T
peut être tout type numérique primitif.
- left
- Vector<T>
Premier vecteur à comparer.
- right
- Vector<T>
Deuxième vecteur à comparer.
true
si tous les éléments dans left
sont supérieurs ou égaux aux éléments correspondants dans right
; sinon, false
.
Produit | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :