[UP]


Manual Reference Pages  - ibclr (3)

NAME

ibclr(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] Clear bit

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = ibclr(i, pos)

DESCRIPTION

IBCLR returns the value of I with the bit at position POS set to zero.

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

[[ibits]], [[ibset]], [[iand]], [[ior]], [[ieor]], [[mvbits]]


ibclr (3) March 18, 2019
Generated by manServer 1.08 from 02fcd7e4-b9d0-4668-a320-e09f82fd9a17 using man macros.