Bmi1.BitFieldExtract Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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)
- Zdroj:
- Bmi1.cs
- Zdroj:
- Bmi1.cs
- Zdroj:
- 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
Parametry
- value
- UInt32
- control
- UInt16
Návraty
Platí pro
BitFieldExtract(UInt32, Byte, Byte)
- Zdroj:
- Bmi1.cs
- Zdroj:
- Bmi1.cs
- Zdroj:
- 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
Parametry
- value
- UInt32
- start
- Byte
- length
- Byte