Udostępnij przez


Vector64.GreaterThanAny<T>(Vector64<T>, Vector64<T>) Metoda

Definicja

Porównuje dwa wektory, aby określić, czy jakiekolwiek elementy są większe.

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

Parametry typu

T

Typ elementów w wektorze.

Parametry

left
Vector64<T>

Wektor do porównania z right.

right
Vector64<T>

Wektor do porównania z left.

Zwraca

true jeśli jakiekolwiek elementy w left obiekcie były większe niż odpowiedni element w elemecie right.

Wyjątki

Typ left i right (T) nie jest obsługiwany.

Dotyczy