다음을 통해 공유


Vector512.GreaterThanAny<T> 메서드

정의

두 벡터를 비교하여 요소가 더 큰지 확인합니다.

public:
generic <typename T>
 static bool GreaterThanAny(System::Runtime::Intrinsics::Vector512<T> left, System::Runtime::Intrinsics::Vector512<T> right);
public static bool GreaterThanAny<T> (System.Runtime.Intrinsics.Vector512<T> left, System.Runtime.Intrinsics.Vector512<T> right);
static member GreaterThanAny : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector512<'T> -> bool
Public Function GreaterThanAny(Of T) (left As Vector512(Of T), right As Vector512(Of T)) As Boolean

형식 매개 변수

T

벡터에 있는 요소의 형식입니다.

매개 변수

left
Vector512<T>

와 비교할 벡터입니다 right.

right
Vector512<T>

와 비교할 벡터입니다 left.

반환

true 의 요소가 의 left 해당 요소보다 크면 입니다 right.

예외

right (T)의 left 형식은 지원되지 않습니다.

적용 대상