Clicky
Showing changes from revision #2 to #3:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
Moves len
bits from positions frompos
through frompos+len-1
of from
to positions topos
through topos+len-1
of to
. The portion of argument to
not affected by the movement of bits is unchanged. The values of frompos+len-1
and topos+len-1
must be less than bit_size(from)
.
Fortran 95 and later
(削除) Elemental subroutine (削除ここまで)(追記) Elemental subroutine (追記ここまで)
call mvbits(from, frompos, len, to, topos)
from
- The type shall be integer
.frompos
- The type shall be integer
.len
- The type shall be integer
.to
- The type shall be integer
, of the same kind as from
.topos
- The type shall be integer
.ibclr, ibset, ibits, iand, ior