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

typeIdDatatype of the fill value
valuePointer to the fill value

Throws

HDF5Exception if the property list is invalid or setting fails.