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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.