PropertyList.setFillValue
void setFillValue(hid_t typeId, const void * value)Sets the fill value for a dataset creation property list.
The fill value is written to uninitialized portions of a dataset.
Parameters
typeId | Datatype of the fill value |
value | Pointer to the fill value |
Throws
HDF5Exception if the property list is invalid or setting fails.