sqlite_wasm_rs::c

Function sqlite3_value_double

Source
pub unsafe fn sqlite3_value_double(sqliteValue: *mut sqlite3_value) -> f64
Expand description

Extract a REAL value from a protected sqlite3_value object.

See https://www.sqlite.org/c3ref/value_blob.html