arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
cef_dictionary_value_t.get_double
arsd
webview
cef_dictionary_value_t
Returns the value at the specified key as type double.
struct
cef_dictionary_value_t
extern (
System
)
double
function
(
cef_dictionary_value_t
*
self
,
const
(
cef_string_t
)*
key
)
nothrow
get_double
;
Meta
Source
See Implementation
arsd
webview
cef_dictionary_value_t
variables
base
clear
copy
get_binary
get_bool
get_dictionary
get_double
get_int
get_keys
get_list
get_size
get_string
get_type
get_value
has_key
is_equal
is_owned
is_read_only
is_same
is_valid
remove
set_binary
set_bool
set_dictionary
set_double
set_int
set_list
set_null
set_string
set_value
Returns the value at the specified key as type double.