[UP]


Manual Reference Pages  - bge (3)

NAME

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

CONTENTS

Description
Syntax
Arguments
Return Value
Standard
Class
See Also

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]], [[ble]], [[blt]]


bge (3) March 18, 2019
Generated by manServer 1.08 from 2c726c4d-18aa-441c-ad84-b9679b6cdb08 using man macros.