Method extract_epi16
extract_epi16(v128, Int32)
Extract a 16-bit integer from "a", selected with "imm8", and store the result in the lower element of "dst".
Declaration
public static ushort extract_epi16(v128 a, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Int32 | imm8 | Selection |
Returns
Type | Description |
---|---|
UInt16 | ushort |