Clicky

Fortran Wiki
ieor (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

ieor returns the bitwise boolean exclusive-OR of i and j.

Standard

Fortran 95 and later

Class

Elemental function

Syntax

result = ieor(i, j)

Arguments

  • i - The type shall be integer.
  • j - The type shall be integer, of the same kind as i.

Return value

The return type is integer, of the same kind as the arguments. (If the argument kinds differ, it is of the same kind as the larger argument.)

See also

ior, iand, ibits, ibset, ibclr, not

category: intrinsics

Revision from July 7, 2009 13:17:45 by Reinhold Straub?
Forward in time (to current) | See current | History | Rollback | View: Source | Linked from: Intrinsic procedures, btest, iand, ibclr, ibits, ibset, ior, not, iparity

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