Function javascriptcore6::functions::options_get_double

source ·
pub fn options_get_double(option: &str) -> Option<f64>
Expand description

Get @option as a #gdouble value.

§option

the option identifier

§Returns

true if @value has been set or false if the option doesn’t exist

§value

return location for the option value