BLE (The GNU Fortran Compiler) (original) (raw)


8.49 BLE — Bitwise less than or equal to

Synopsis:

RESULT = BLE(I, J)

Description:

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

Class:

Elemental function

Arguments:

I Shall be of INTEGER or UNSIGNED type.
J Shall be of the same type and kind as I.

Return value:

The return value is of type LOGICAL and of the default kind.

Notes:

For UNSIGNED arguments, this function is identical to the.LE. and <= operators.

Standard:

Fortran 2008 and later, extension for UNSIGNED (see Unsigned integers)

See also:

BGT — Bitwise greater than,
BGE — Bitwise greater than or equal to,
BLT — Bitwise less than