[UP]


Manual Reference Pages  - bgt (3)

NAME

bgt(3f) - [FORTRAN:INTRINSIC:BIT COMPARE] Bitwise greater than

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = bgt(i, j)

DESCRIPTION

Determines whether an integer is bitwise greater than another.

ARGUMENTS

I - Shall be of INTEGER type or a BOZ literal constant.
J - Shall be of INTEGER type, and of the same kind as I; or a BOZ literal constant.

RETURN VALUE

The return value is of type LOGICAL and of the default kind. The result is true if the sequence of bits represented by I is greater than the sequence of bits represented by J, otherwise the result is false.

STANDARD

[[Fortran 2008]] and later

CLASS

[[Elemental function]]

SEE ALSO

[[bge]], [[ble]], [[blt]]


bgt (3) March 18, 2019
Generated by manServer 1.08 from 3e1e7f30-94b5-41a6-a2c6-0c74a0745304 using man macros.