Method floor_ps
floor_ps(v128)
Round the packed single-precision (32-bit) floating-point elements in "a" down to an integer value, and store the results as packed single-precision floating-point elements in "dst".
Declaration
public static v128 floor_ps(v128 a)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
Returns
| Type | Description |
|---|---|
| v128 | Vector |