H5LT_set_attribute_numerical
fn
herr_t H5LT_set_attribute_numerical(hid_t loc_id, const char * obj_name,
const char * attr_name, size_t size, hid_t type_id, const void * data)Sets a numerical attribute.
Internal helper function that sets an attribute with numerical data.
Parameters
loc_id | Location identifier |
obj_name | Name of the object to attach attribute to |
attr_name | Name of the attribute |
size | Number of elements |
type_id | Datatype identifier |
data | Data to write |
Returns
Non-negative on success, negative on failure.