Next: , Previous: , Up: Intrinsic Procedures   [Contents][Index]


8.50 BLT — Bitwise less than

Synopsis:

RESULT = BLT(I, J)

Description:

Determines whether an integral is a bitwise less than another.

Class:

Elemental function

Arguments:
IShall be of INTEGER or UNSIGNED type.
JShall 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 .LT. and < operators.

Standard:

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

See also:

BGE,
BGT,
BLE