[UP]


Manual Reference Pages  - blt (3)

NAME

blt(3f) - [FORTRAN:INTRINSIC:BIT COMPARE] Bitwise less than

SYNTAX

result = blt(i, j)

DESCRIPTION

Determines whether an integer is bitwise less than another.

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

bge(3), bgt(3), ble(3)


blt (3) March 11, 2021
Generated by manServer 1.08 from daeb677c-e98a-489e-a012-20b94616ba9a using man macros.