Fortran Wiki
not

Description

not returns the bitwise Boolean inverse of i.

Standard

Fortran 95 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, ior, ieor, ibits, ibset, ibclr

category: intrinsics