Aracılığıyla paylaş


Vector128.GreaterThanAny<T> Yöntem

Tanım

Herhangi bir öğe daha büyük olup olmadığını belirlemek için iki vektör karşılaştırır.

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

Tür Parametreleri

T

Vektördeki öğelerin türü.

Parametreler

left
Vector128<T>

ile rightkarşılaştıracak vektör.

right
Vector128<T>

ile leftkarşılaştıracak vektör.

Döndürülenler

true içindeki left öğeler içindeki karşılık gelen öğeden rightbüyükse.

Özel durumlar

ve right (T) türü left desteklenmez.

Şunlara uygulanır