pub unsafe extern "C" fn WasmEdge_ValueGetF64(
    Val: WasmEdge_Value
) -> f64
Expand description

Retrieve the F64 value from the WASM value.

\param Val the WasmEdge_Value struct.

\returns F64 value in the input struct.