다음을 통해 공유


Vector512.AndNot<T>(Vector512<T>, Vector512<T>) 메서드

정의

지정된 벡터의 비트 및 및 다른 벡터의 보수를 계산합니다.

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

형식 매개 변수

T

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

매개 변수

left
Vector512<T>

비트 및 를 사용하여 벡터입니다 right.

right
Vector512<T>

에 대한 벡터는 비트 및 를 사용하여 left되기 전에 보완된 벡터입니다.

반환

의 비트 및 left 및 의 보수 right입니다.

예외

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

적용 대상