withinBounds Interface

interface
public pure module function withinBounds(array, lowerBound, upperBound) result(res)

Arguments

Type IntentOptional Attributes Name
integer(kind=ik), intent(in), dimension(:) :: array
integer(kind=ik), intent(in) :: lowerBound
integer(kind=ik), intent(in) :: upperBound

Return Value logical,allocatable,dimension(:)

Description

Returns map array >= lowerBound .and. array <= upperBound