Info
| Version: | 1.10.502 | 
| Author(s): | The HDF Group, Sebastian Urban (.NET Standard port) | 
| Last Update: | Tuesday, June 25, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://surban.github.io/HDF.PInvoke | 
| NuGet Url: | https://www.nuget.org/packages/HDF.PInvoke.NETStandard | 
Install
Install-Package HDF.PInvoke.NETStandard
                        dotnet add package HDF.PInvoke.NETStandard
                        paket add HDF.PInvoke.NETStandard
                        
                                HDF.PInvoke.NETStandard Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
                
the native HDF5 libraries for 64-bit Linux, MacOS and Microsoft Windows built with
thread-safety enabled.
Full API reference documentation is provided at
https://surban.github.io/HDF.PInvoke/api/HDF.PInvoke.html
For information on how to use the HDF5 libraries please refer to
https://portal.hdfgroup.org/display/HDF5/HDF5
This is an inofficial port of HDF.PInvoke to .NET Standard 2.0, based on
the code published by the HDF Group at https://github.com/HDFGroup/HDF.PInvoke.