Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,14 - ATAN2D Next: 11,16 - CHAR
Section 11,15: BTEST
BTEST (integer, position)
A function that returns a logical value of true if the bit within
the integer specified by position is set to 1 (bit test). The
low-order bit is position 0.
+------+---------+----------+------------+-------------+
| Args | Generic | Specific | Argument | Result Type |
+------+---------+----------+------------+-------------+
| 2 | BTEST | -- | INTEGER*1 | LOGICAL*4 |
| | | BITEST | INTEGER*2 | LOGICAL*2 |
| | | BJTEST | INTEGER*4 | LOGICAL*4 |
| |see note | BKTEST | INTEGER*8 | LOGICAL*8 |
+------+---------+----------+------------+-------------+
NOTE: BKTEST is only available on AXP systems.
Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,14 - ATAN2D Next: 11,16 - CHAR