Method extract_epi32
extract_epi32(v128, Int32)
Extract a 32-bit integer from "a", selected with "imm8", and store the result in "dst".
Declaration
public static int extract_epi32(v128 a, int imm8)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
| Int32 | imm8 | imm8 |
Returns
| Type | Description |
|---|---|
| Int32 | Integer |