Platform |
x64, Win32 |
Purpose |
To clear the N'th bit of an array. |
Syntax |
SUBROUTINE CLEAR_BIT@(IA,N)
|
Description |
Clears the N'th bit of the array IA. IA and N can be any INTEGER type. |
Notes |
CLEAR_BIT@ is not like the standard intrinsic IBCLR. CLEAR_BIT@ is not elemental and N extends from the lowest bit of IA(1) to highest bit of the last element of IA. |