Method cvtsd_f64
cvtsd_f64(v128)
Copy the lower double-precision (64-bit) floating-point element of "a" to "dst".
Declaration
public static double cvtsd_f64(v128 a)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
Returns
| Type | Description | 
|---|---|
| Double | 64-bit floating-point element  |