Bmi1.AndNot(UInt32, UInt32) メソッド

定義

unsigned int _andn_u32 (unsigned int a, unsigned int b)

ANDN r32a, r32b, reg/m32

public:
 static System::UInt32 AndNot(System::UInt32 left, System::UInt32 right);
public static uint AndNot (uint left, uint right);
static member AndNot : uint32 * uint32 -> uint32
Public Shared Function AndNot (left As UInteger, right As UInteger) As UInteger

パラメーター

left
UInt32
right
UInt32

戻り値

UInt32

適用対象