[UP]


Manual Reference Pages  - bge (3)

NAME

bge(3f) - [FORTRAN:INTRINSIC:BIT COMPARE] Bitwise greater than or equal to

DESCRIPTION

Determines whether an integer is a bitwise greater than or equal to another.

SYNTAX

result = bge(i, j)

ARGUMENTS

I Shall be of INTEGER type.
J Shall be of INTEGER type, and of the same kind as I.

RETURN VALUE

The return value is of type LOGICAL and of the default kind.

STANDARD

[[Fortran 2008]] and later

CLASS

[[Elemental function]]

SEE ALSO

bgt(3), ble(3), blt(3)


bge (3) March 11, 2021
Generated by manServer 1.08 from ecb298ce-6d5a-41a6-b5cf-e790729c37f8 using man macros.