Method extract_epi8
extract_epi8(v128, Int32)
Extract an 8-bit integer from "a", selected with "imm8", and store the result in the lower element of "dst".
Declaration
public static byte extract_epi8(v128 a, int imm8)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
| Int32 | imm8 | imm8 |
Returns
| Type | Description |
|---|---|
| Byte | Byte |