Determines whether an integer is bitwise less than or equal to another.
Fortran 2008 and later
result = ble(i, j)
i
- Shall be of integer
type.j
- Shall be of integer
type, and of the same kind as i
.The return value is of type logical
and of the default kind.