cef_dictionary_value_t.get_double

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