ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Enum with all compression methods available
[ILNumerics HDF5 Module]
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No compression. | |
Deflate | 1 | Use the deflate algorithm. | |
SZIP_Entropy | 2 | Use SZIP compression with entropy settings of 2. | |
SZIP_NearestNeighbor | 4 | Use SZIP compression with entropy settings of 4. |
Remarks
[ILNumerics HDF5 Module]
See Also