Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
binary_search_first_ge
Interface
3 statements
Source File
util_mod_numerical.F90
util_mod_numerical_int32
binary_search_first_ge
Contents
Module Procedures
binary_search_first_ge_int32
public interface binary_search_first_ge
Contents
Module Procedures
binary_search_first_ge_int32
Module Procedures
public pure function
binary_search_first_ge_int32
(arr, val, ind_change, offset) result(pos)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
arr
(:)
integer(kind=int32),
intent(in)
::
val
integer,
intent(in),
optional
::
ind_change
integer(kind=int32),
intent(in),
optional
::
offset
Return Value
integer