9.128. IALL
9.128 IALL — Bitwise AND of array elements
- Description:
- Reduces with bitwise AND the elements of ARRAY along dimension DIM if the corresponding element in MASK is
TRUE
. - Standard:
- Fortran 2008 and later
- Class:
- Transformational function
- Syntax:
-
RESULT = IALL(ARRAY[, MASK])
RESULT = IALL(ARRAY, DIM[, MASK])
- Arguments:
-
ARRAY Shall be an array of type INTEGER
DIM (Optional) shall be a scalar of type INTEGER
with a value in the range from 1 to n, where n equals the rank of ARRAY<