Method shuffle_pd
shuffle_pd(v128, v128, Int32)
Shuffle double-precision (64-bit) floating-point elements using the control in "imm8", and store the results in "dst".
Declaration
public static v128 shuffle_pd(v128 a, v128 b, int imm8)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
| v128 | b | Vector b  | 
| Int32 | imm8 | Control  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |