Method mm256_extract_epi16
mm256_extract_epi16(v256, Int32)
Extract a 16-bit integer from a, selected with index (which must be constant), and store the result in dst.
Declaration
public static int mm256_extract_epi16(v256 a, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| v256 | a | Vector a |
| Int32 | index | Index in the vector |
Returns
| Type | Description |
|---|---|
| Int32 | Integer |