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