Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,36 - IBITS Next: 11,38 - ICHAR
Section 11,37: IBSET
IBSET (integer, position)
A function that returns the value of the first argument with the
specified bit set to 1 (bit set). The low-order bit is position 0.
+------+---------+----------+------------+-------------+
| Args | Generic | Specific | Argument | Result Type |
+------+---------+----------+------------+-------------+
| 2 | IBSET | -- | INTEGER*1 | INTEGER*1 |
| | | IIBSET | INTEGER*2 | INTEGER*2 |
| | | JIBSET | INTEGER*4 | INTEGER*4 |
| |see note | KIBSET | INTEGER*8 | INTEGER*8 |
+------+---------+----------+------------+-------------+
NOTE: KIBSET is only available on AXP systems.
Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,36 - IBITS Next: 11,38 - ICHAR