Clicky
Showing changes from revision #3 to #4:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
ibset returns the value of i with the bit at position pos set to one.
Fortran 95 and later
result = ibset(i, pos)
i - The type shall be integer.pos - The type shall be integer.The return value is of type integer and of the same kind as i.
(追記) btest (追記ここまで)(追記) , (追記ここまで)ibclr, ibits, iand, ior, ieor, mvbits