[][src]Function ejdb_sys::bson_iterator_double

pub unsafe extern "C" fn bson_iterator_double(i: *const bson_iterator) -> f64

Get the double value of the BSON object currently pointed to by the iterator.

@param i the bson_iterator

@return the value of the current BSON object.