9.207. NOT

9.207 NOT — Logical negation

Description:

NOT returns the bitwise Boolean inverse of I.

Standard:

Fortran 95 and later, has overloads that are GNU extensions

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.

Specific names:
Name Argument Return type Standard
NOT(A) INTEGER A登录查看完整内容