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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.