[UP]


Manual Reference Pages  - not (3)

NAME

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

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

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]], [[ior]], [[ieor]], [[ibits]], [[ibset]], [[ibclr]]


not (3) March 18, 2019
Generated by manServer 1.08 from e72dd9cb-1411-46ee-8e00-6a66540ca285 using man macros.