Skip Navigation Links.

H5T..::..getSize Method (H5T..::..H5Type)

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

Syntax

Visual Basic
Public Shared Function getSize ( _
	h5Type As H5T..::..H5Type _
) As Integer
C#
public static int getSize(
	H5T..::..H5Type h5Type
)
Visual C++
public:
static int getSize(
	H5T..::..H5Type h5Type
)
JavaScript
HDF5DotNet.H5T.getSize = function(h5Type);

Parameters

h5Type
Type: HDF5DotNet..::..H5T..::..H5Type

See Also