VMS Help FORTRAN, Intrinsic Procedures, IAND *Conan The Librarian (sorry for the slow response - running on an old VAX) |
IAND (integer, integer) A function that performs a logical AND of the arguments on a bit by bit basis. +------+---------+----------+------------+-------------+ | Args | Generic | Specific | Argument | Result Type | +------+---------+----------+------------+-------------+ | 2 | IAND | IIAND | INTEGER*2 | INTEGER*2 | | | | JIAND | INTEGER*4 | INTEGER*4 | +------+---------+----------+------------+-------------+
|