다음을 통해 공유


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

정의

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

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

형식 매개 변수

T

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

매개 변수

left
Vector128<T>

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

right
Vector128<T>

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

반환

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

적용 대상