Converts a vector of floating-point numbers into a vector of unsigned fixed-point numbers.
Elemental function
The result is an UNSIGNED(4) vector.
The value of each element of the result is the saturated value obtained by multiplying the corresponding element of ARG1 by 2 to the power of ARG2.