Udostępnij przez


Vector64.GreaterThanOrEqualAll<T> Metoda

Definicja

Porównuje dwa wektory, aby określić, czy wszystkie elementy są większe lub równe.

public:
generic <typename T>
 where T : value class static bool GreaterThanOrEqualAll(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public:
generic <typename T>
 static bool GreaterThanOrEqualAll(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public static bool GreaterThanOrEqualAll<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right) where T : struct;
public static bool GreaterThanOrEqualAll<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);
static member GreaterThanOrEqualAll : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> bool (requires 'T : struct)
static member GreaterThanOrEqualAll : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> bool
Public Function GreaterThanOrEqualAll(Of T As Structure) (left As Vector64(Of T), right As Vector64(Of T)) As Boolean
Public Function GreaterThanOrEqualAll(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 wszystkie elementy w elemecie left były większe lub równe odpowiedniemu elementowi w elemecie right.

Wyjątki

Typ i leftright (T) nie jest obsługiwany.

Dotyczy