[UP]


Manual Reference Pages  - blt (3)

NAME

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

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

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


blt (3) March 18, 2019
Generated by manServer 1.08 from 2a949f2e-233c-4a24-ab63-92a561b0559a using man macros.