Method round_sd
round_sd(v128, v128, Int32)
Round the lower double-precision (64-bit) floating-point element in "b" using the "rounding" parameter, store the result as a double-precision floating-point element in the lower element of "dst", and copy the upper element from "a" to the upper element of "dst".
Declaration
public static v128 round_sd(v128 a, v128 b, int rounding)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
| v128 | b | Vector b |
| Int32 | rounding | Rounding mode |
Returns
| Type | Description |
|---|---|
| v128 | Vector |