ibclr
returns the value of i
with the bit at position pos
set to zero.
Fortran 95 and later
result = ibclr(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
.
ibits, ibset, iand, ior, ieor, mvbits