Bmi1.BitFieldExtract メソッド

定義

オーバーロード

BitFieldExtract(UInt32, UInt16)

unsigned int _bextr2_u32 (unsigned int a, unsigned int control)

BEXTR r32a, reg/m32, r32b

BitFieldExtract(UInt32, Byte, Byte)

unsigned int _bextr_u32 (unsigned int a, unsigned int start, unsigned int len)

BEXTR r32a, reg/m32, r32b

BitFieldExtract(UInt32, UInt16)

unsigned int _bextr2_u32 (unsigned int a, unsigned int control)

BEXTR r32a, reg/m32, r32b

public:
 static System::UInt32 BitFieldExtract(System::UInt32 value, System::UInt16 control);
public static uint BitFieldExtract (uint value, ushort control);
static member BitFieldExtract : uint32 * uint16 -> uint32
Public Shared Function BitFieldExtract (value As UInteger, control As UShort) As UInteger

パラメーター

value
UInt32
control
UInt16

戻り値

UInt32

適用対象

BitFieldExtract(UInt32, Byte, Byte)

unsigned int _bextr_u32 (unsigned int a, unsigned int start, unsigned int len)

BEXTR r32a, reg/m32, r32b

public:
 static System::UInt32 BitFieldExtract(System::UInt32 value, System::Byte start, System::Byte length);
public static uint BitFieldExtract (uint value, byte start, byte length);
static member BitFieldExtract : uint32 * byte * byte -> uint32
Public Shared Function BitFieldExtract (value As UInteger, start As Byte, length As Byte) As UInteger

パラメーター

value
UInt32
start
Byte
length
Byte

戻り値

UInt32

適用対象