Clicky

Fortran Wiki
dshiftl

Skip the Navigation Links | Home Page | All Pages | Recently Revised | Authors | Feeds | Export |

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

Created on September 19, 2010 18:01:28 by Jason Blevins (174.101.53.244) (569 characters / 0.0 pages)
Edit | Views: Print | TeX | Source | Linked from: Intrinsic procedures, Fortran 2008, dshiftr

AltStyle によって変換されたページ (->オリジナル) /