9.90. DSHIFTL
9.90 DSHIFTL — Combined left shift
- Description:
-
DSHIFTL(I, J, SHIFT)
combines bits of I and J. The rightmost SHIFT bits of the result are the leftmost SHIFT bits of J, and the remaining bits are the rightmost bits of I. - Standard:
-
Fortran 2008 and later
- Class:
-
Elemental function
- Syntax:
-
RESULT = DSHIFTL(I, J, SHIFT)
- Arguments:
-
I Shall be of type INTEGER
or a BOZ constant.J Shall be of type INTEGER
or a BOZ constant. If both I and J have integer type, then they shall have the same kind ty