Next: , Previous: DREAL, Up: Intrinsic Procedures


8.66 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.
J Shall be of type INTEGER, and of the same kind as I.
SHIFT Shall be of type INTEGER.

Return value:
The return value has same type and kind as I.
See also:
DSHIFTR