Skip Navigation Links.

H5F Class

The H5F contains static member function for each of the supported H5F calls of the HDF5 library. H5F indicates that this group of function operates on files. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5F.html

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

Syntax

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

Type.createClass(
	'HDF5DotNet.H5F');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5F

See Also