Clicky
Showing changes from revision #1 to #2:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
ieor
returns the bitwise(削除) boolean (削除ここまで)(追記) Boolean (追記ここまで) exclusive-OR ofi
and j
.
Fortran 95 and later
result = ieor(i, j)
i
- The type shall be integer
.j
- The type shall be integer
, of the same kind as i
.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.)
ior, iand, ibits, ibset, ibclr, not