Next: , Previous: NINT, Up: Intrinsic Procedures


6.161 NOT — Logical negation

Description:
NOT returns the bitwise boolean inverse of I.
Standard:
F95 and later
Class:
Elemental function
Syntax:
RESULT = NOT(I)
Arguments:

I The type shall be INTEGER(*).

Return value:
The return type is INTEGER(*), of the same kind as the argument.
See also:
IAND, IEOR, IOR, IBITS, IBSET, IBCLR