Aracılığıyla paylaş


Vector128.GreaterThan<T>(Vector128<T>, Vector128<T>) Yöntem

Tanım

Hangisinin öğe bazında daha büyük olduğunu belirlemek için iki vektör karşılaştırır.

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

Tür Parametreleri

T

Vektördeki öğelerin türü.

Parametreler

left
Vector128<T>

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

right
Vector128<T>

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

Döndürülenler

öğeleri all-bits-set veya sıfır olan ve içindeki ilgili öğelerden leftright hangisinin daha büyük olup olmadığını bağlı olarak bir vektör.

Özel durumlar

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

Şunlara uygulanır