Returns a vector containing the truncated values of the corresponding elements of the given vector.
d=vec_roundz(a)
The following table describes the types of the returned value and the function arguments.
| d | a |
|---|---|
| vector float | vector float |
| vector double | vector double |
Each element of the result contains the value of the corresponding element of a, truncated to an integral value.