shiftr in Fortran Wiki
## Description Returns a value corresponding to `i` with all of the bits shifted right by `shift` places. If the absolute value of `shift` is greater than `bit_size(i)`, the value is undefined. Bits shifted out from the right end are lost, and bits shifted in from the left end are set to 0. ## Standard [[Fortran 2008]] and later ## Class [[Elemental function]] ## Syntax `result = shiftr(i, shift)` ## Arguments - `i` - The type shall be `integer`. - `shift` - The type shall be `integer`. ## Return value The return value is of type `integer` and of the same kind as `i`. ## See also [[shifta]], [[shiftl]]
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル