Bmi1.BitFieldExtract Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
- Quelle:
- Bmi1.cs
- Quelle:
- Bmi1.cs
- Quelle:
- 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
Parameter
- value
- UInt32
- control
- UInt16
Gibt zurück
Gilt für:
BitFieldExtract(UInt32, Byte, Byte)
- Quelle:
- Bmi1.cs
- Quelle:
- Bmi1.cs
- Quelle:
- 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
Parameter
- value
- UInt32
- start
- Byte
- length
- Byte