[][src]Function uclicious_libucl_sys::ucl_object_todouble_safe

pub unsafe extern "C" fn ucl_object_todouble_safe(
    obj: *const ucl_object_t,
    target: *mut f64
) -> bool

Converts an object to double value @param obj CL object @param target target double variable @return true if conversion was successful