Skip Navigation Links.

TableFieldInfo..::..fieldSize Property

An array containing the size of the fields.

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

Syntax

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

See Also