Bmi1.BitFieldExtract Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
- Origem:
- Bmi1.cs
- Origem:
- Bmi1.cs
- Origem:
- Bmi1.cs
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
Parâmetros
- value
- UInt32
- control
- UInt16
Retornos
Aplica-se a
BitFieldExtract(UInt32, Byte, Byte)
- Origem:
- Bmi1.cs
- Origem:
- Bmi1.cs
- Origem:
- Bmi1.cs
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
Parâmetros
- value
- UInt32
- start
- Byte
- length
- Byte