Skip Navigation Links.

H5S Class

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

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

Syntax

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

Type.createClass(
	'HDF5DotNet.H5S');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5S

See Also