histogram_get_value Function

public function histogram_get_value(h, index) result(value)

Arguments

Type IntentOptional Attributes Name
type(histogram), intent(in) :: h
integer, intent(in) :: index

Return Value real(kind=8)


Called by

proc~~histogram_get_value~2~~CalledByGraph proc~histogram_get_value~2 histogram_get_value proc~histogram_print~2 histogram_print proc~histogram_print~2->proc~histogram_get_value~2