[UP]


Manual Reference Pages  - dshiftr (3)

NAME

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

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

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]]


dshiftr (3) March 18, 2019
Generated by manServer 1.08 from 5042bbdb-6bf9-4ebd-8422-b0421b706f79 using man macros.