9.13. ALL
9.13 ALL — All values in MASK along DIM are true
- Description:
-
ALL(MASK [, DIM])
determines if all the values are true in MASK in the array along dimension DIM. - Standard:
- Fortran 95 and later
- Class:
- Transformational function
- Syntax:
-
RESULT = ALL(MASK [, DIM])
- Arguments:
-
MASK The type of the argument shall be LOGICAL
and it shall not be scalar.DIM (Optional) DIM shall be a scalar integer with a value that lies between one and the rank of MASK. - Return value:
-
ALL(MASK)
returns a scalar value of typeLOGICAL
where the kind typ