return the position of a value in 'me', which is an array with sorted entries. if the value was not found, - return 0 if nextifnotfound = .false. - return position at the end if nextifnotfound = .true.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_k), | intent(in) | :: | me(:) |
array to search in |
||
integer(kind=int_k), | intent(in) | :: | val |
value to look for |
||
integer, | intent(in), | optional | :: | lower |
lower search limit |
|
integer, | intent(in), | optional | :: | upper |
upper search limit |
position of val in the sorted list, 0 if not found