[UP]


Manual Reference Pages  - dshiftr (3)

NAME

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

SYNTAX

result = DSHIFTL(I, J, SHIFT)

DESCRIPTION

DSHIFTR(I, J, SHIFT) combines bits of I and J. The leftmost SHIFT bits of the result are the rightmost SHIFT bits of I, and the remaining bits are the leftmost bits of J.

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

dshiftl(3)


dshiftr (3) March 11, 2021
Generated by manServer 1.08 from 4cdc823f-bfed-45e4-b7e9-83bf005fb900 using man macros.