IALL

9.127 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 I