Skip Navigation Links.

TableFieldInfo..::..typeSize Property

An array containing the size of the HDF5 type associated with the table.

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

Syntax

Visual Basic
Public ReadOnly Property typeSize As IntPtr()
	Get
C#
public IntPtr[] typeSize { get; }
Visual C++
public:
property array<IntPtr>^ typeSize {
	array<IntPtr>^ get ();
}
JavaScript
function get_typeSize();

See Also