Sse2.Extract(Vector128<UInt16>, Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
int _mm_extract_epi16 (__m128i a, int immediate)
PEXTRW reg, xmm, imm8
public:
static System::UInt16 Extract(System::Runtime::Intrinsics::Vector128<System::UInt16> value, System::Byte index);
public static ushort Extract (System.Runtime.Intrinsics.Vector128<ushort> value, byte index);
static member Extract : System.Runtime.Intrinsics.Vector128<uint16> * byte -> uint16
Public Shared Function Extract (value As Vector128(Of UShort), index As Byte) As UShort
Parameters
- index
- Byte
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.