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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.