cef_value_t.set_double

Sets the underlying value as type double. Returns true (1) if the value was set successfully.

struct cef_value_t
extern (System)
int function(cef_value_t* self, double value) nothrow set_double;

Meta