get_double_precision_with_character_key Module Procedure

module procedure get_double_precision_with_character_key pure module function get_double_precision_with_character_key(self, key, mold) result(value_)

Arguments

Type IntentOptional Attributes Name
class(string_t), intent(in) :: self
character(len=*), intent(in) :: key
double precision, intent(in) :: mold

Return Value double precision


Calls

proc~~get_double_precision_with_character_key~~CallsGraph proc~get_double_precision_with_character_key get_double_precision_with_character_key interface~get_double_precision string_t%get_double_precision proc~get_double_precision_with_character_key->interface~get_double_precision