[UP]


Manual Reference Pages  - not (3)

NAME

not(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] Logical negation

SYNTAX

result = not(i)

DESCRIPTION

NOT returns the bitwise Boolean inverse of I.

ARGUMENTS

I The type shall be INTEGER.

RETURN VALUE

The return type is INTEGER, of the same kind as the argument.

STANDARD

[[Fortran 95]] and later

CLASS

[[Elemental function]]

SEE ALSO

iand(3), ior(3), ieor(3), ibits(3), ibset(3), ibclr(3)


not (3) March 11, 2021
Generated by manServer 1.08 from aded1f3c-7b3c-4fbf-98fd-b3f1815f8301 using man macros.