Sdílet prostřednictvím


Vector256.GreaterThan<T>(Vector256<T>, Vector256<T>) Metoda

Definice

Porovná dva vektory a určí, která hodnota je větší na základě jednotlivých prvků.

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

Parametry typu

T

Typ prvků vektoru.

Parametry

left
Vector256<T>

Vektor, který se má porovnat s left.

right
Vector256<T>

Vektor, který se má porovnat s right.

Návraty

Vector256<T>

Vektor, jehož prvky jsou všechny bity-set nebo nula, v závislosti na tom, jestli jsou odpovídající prvky v left a right byly větší.

Platí pro