|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5D_GET_STORAGE_SIZE function returns the amount of storage in bytes required for a dataset. For chunked datasets, this value is the number of allocated chunks times the chunk size.
| Note This function does not typically need to be called, as IDL will automatically allocate the necessary memory when reading data. |
Result = H5D_GET_STORAGE_SIZE(Dataset_id)
Returns the amount of storage in bytes.
An integer representing the dataset's identifier to be queried.
None
H5S_CLOSE, H5D_GET_SPACE, H5D_GET_TYPE
IDL Online Help (March 06, 2007)