[UP]


Manual Reference Pages  - dshiftl (3)

NAME

dshiftl(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] combines bits of arguments I and J

SYNTAX

result = DSHIFTL(I, J, 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.

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.

STANDARD

[[Fortran 2008]] and later

CLASS

[[Elemental function]]

SEE ALSO

dshiftr(3)


dshiftl (3) March 11, 2021
Generated by manServer 1.08 from f6f91da3-266b-4e14-a467-a624b465ed2e using man macros.