Function eccodes_sys::codes_set_double_array[][src]

pub unsafe extern "C" fn codes_set_double_array(
    h: *mut codes_handle,
    key: *const c_char,
    vals: *const f64,
    length: size_t
) -> c_int
Expand description

Set a double array from a key. If several keys of the same name are present, the last one is set @see codes_get_double_array

@param h : the handle to set the data to @param key : the key to be searched @param vals : the address of a double array where the data will be read @param length : a size_t that contains the length of the byte array on input @return 0 if OK, integer value on error