Skip Navigation Links.

H5 Class

The H5 class contains static member function for each of the supported H5 calls of the HDF5 library. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5.html

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public NotInheritable Class H5
C#
public sealed class H5
Visual C++
public ref class H5 sealed
JavaScript
HDF5DotNet.H5 = function();

Type.createClass(
	'HDF5DotNet.H5');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5

See Also