Sdílet prostřednictvím


Vector128.GreaterThanAll<T> Metoda

Definice

Porovná dva vektory a určí, jestli jsou všechny prvky větší.

public:
generic <typename T>
 where T : value class static bool GreaterThanAll(System::Runtime::Intrinsics::Vector128<T> left, System::Runtime::Intrinsics::Vector128<T> right);
public static bool GreaterThanAll<T> (System.Runtime.Intrinsics.Vector128<T> left, System.Runtime.Intrinsics.Vector128<T> right) where T : struct;
static member GreaterThanAll : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> bool (requires 'T : struct)
Public Function GreaterThanAll(Of T As Structure) (left As Vector128(Of T), right As Vector128(Of T)) As Boolean

Parametry typu

T

Typ prvků vektoru.

Parametry

left
Vector128<T>

Vektor, který se má porovnat s right.

right
Vector128<T>

Vektor, který se má porovnat s left.

Návraty

Boolean

true pokud byly všechny prvky větší left než odpovídající prvek v right.

Platí pro