[UP]


Manual Reference Pages  - ble (3)

NAME

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

CONTENTS

Description
Syntax
Arguments
Return Value
Standard
Class
See Also

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


ble (3) March 18, 2019
Generated by manServer 1.08 from 66eab168-88b8-48dc-86b8-01b0cfc2ea52 using man macros.