Converts a vector of floating-point numbers into a vector of signed fixed-point numbers.
Elemental function
The result is an INTEGER(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.