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