Clicky

Fortran Wiki
mvbits (Rev #1, changes)

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

Showing changes from revision #0 to #1: (追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)

Description

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).

Standard

Fortran 95 and later

Class

Elemental subroutine

Syntax

call mvbits(from, frompos, len, to, topos)

Arguments

  • 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.

See also

ibclr, ibset, ibits, iand, ior

category: Intrinsics

Revision from April 26, 2009 19:20:02 by Jason Blevins
Forward in time (2 more) | See current | History | Rollback | View: Source | Linked from: Intrinsic procedures, btest, ibclr, ibset

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