Function mentat_ffi::typed_value_into_double [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_into_double(
    typed_value: *mut Binding
) -> f64

Consumes a Binding and returns the value as a f64.

Panics

If the ValueType of the Binding is not ValueType::Long.