[UP]


Manual Reference Pages  - ble (3)

NAME

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

DESCRIPTION

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

SYNTAX

result = ble(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

bge(3), bgt(3), blt(3)


ble (3) March 11, 2021
Generated by manServer 1.08 from db18e5a1-73cf-4011-a02f-af960aa96ac2 using man macros.