[UP]


Manual Reference Pages  - ibset (3)

NAME

ibset(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] Set bit

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = ibset(i, pos)

DESCRIPTION

IBSET returns the value of I with the bit at position POS set to one.

ARGUMENTS

I - The type shall be INTEGER.
POS - The type shall be INTEGER.

RETURN VALUE

The return value is of type INTEGER and of the same kind as I.

STANDARD

[[Fortran 95]] and later

CLASS

[[Elemental procedure|Elemental function]]

SEE ALSO

[[btest]], [[ibclr]], [[ibits]], [[iand]], [[ior]], [[ieor]], [[mvbits]]


ibset (3) March 18, 2019
Generated by manServer 1.08 from 6cd2cdd3-e383-41d1-939e-4d2e2f3ab349 using man macros.