BinarySearch Interface

public interface BinarySearch

Contents


Module Procedures

public subroutine BinarySearch_int64_arr(Value, List, MinInd, MaxInd, FoundIndex, tSuccess)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: Value(:)
integer(kind=int64), intent(in) :: List(:,:)
integer :: MinInd
integer :: MaxInd
integer :: FoundIndex
logical :: tSuccess