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