[UP]


Manual Reference Pages  - ior (3)

NAME

ior(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] Bitwise logical inclusive or

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = ior(i, j)

DESCRIPTION

IOR returns the bitwise Boolean inclusive-OR of I and J.

ARGUMENTS

I - The type shall be INTEGER.
J - The type shall be INTEGER, of the same kind as I.

RETURN VALUE

The return type is INTEGER, of the same kind as the arguments. (If the argument kinds differ, it is of the same kind as the larger argument.)

STANDARD

[[Fortran 95]] and later

CLASS

[[Elemental procedure|Elemental function]]

SEE ALSO

[[ieor]], [[iand]], [[ibits]], [[ibset]], [[ibclr]], [[not]]


ior (3) March 18, 2019
Generated by manServer 1.08 from 7f84b3cd-ab7c-4e46-b145-169fbedbd191 using man macros.