BLE — Bitwise less than or equal to ¶RESULT = BLE(I, J)
Determines whether an integral is a bitwise less than or equal to another.
Elemental function
| I | Shall be of INTEGER or UNSIGNED type. |
| J | Shall be of the same type and kind as I. |
The return value is of type LOGICAL and of the default kind.
For UNSIGNED arguments, this function is identical to the
.LE. and <= operators.
Fortran 2008 and later, extension for UNSIGNED (see Unsigned integers)
BGT — Bitwise greater than,
BGE — Bitwise greater than or equal to,
BLT — Bitwise less than