[][src]Function dart_sys::Dart_DoubleValue

pub unsafe extern "C" fn Dart_DoubleValue(
    double_obj: Dart_Handle,
    value: *mut f64
) -> Dart_Handle

Gets the value of a Double

\param double_obj A Double \param value Returns the value of the Double.

\return A valid handle if no error occurs during the operation.