Returns whether array contains an integer value.
Returns .true.
if the integer array contains the given value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i4), | intent(inout) | :: | array(:) |
Input array. |
||
integer(kind=i4), | intent(in) | :: | value |
Value to search. |
Returns .true.
if the integer array contains the given value.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i8), | intent(inout) | :: | array(:) |
Input array. |
||
integer(kind=i8), | intent(in) | :: | value |
Value to search. |