Next: , Previous: , Up: Intrinsic Procedures   [Contents][Index]


9.200 NOT — Logical negation

Description:

NOT returns the bitwise Boolean inverse of I.

Standard:

Fortran 95 and later

Class:

Elemental function

Syntax:

RESULT = NOT(I)

Arguments:
IThe 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