Filter.enableNbit
void enableNbit(hid_t plistId)Enables the N-bit filter on a dataset creation property list.
The N-bit filter packs data to use only the significant bits, reducing storage for data that doesn't use the full datatype range. The dataset must be chunked.
Parameters
plistId | Dataset creation property list identifier |
Throws
HDF5Exception if enabling the filter fails.