Next: NULL, Previous: NORM2, Up: Intrinsic Procedures [Contents][Index]
NOT — Logical negationNOT returns the bitwise Boolean inverse of I.
Fortran 95 and later
Elemental function
RESULT = NOT(I)
| I | The type shall be INTEGER. |
The return type is INTEGER, of the same kind as the
argument.