Skip Navigation Links.

H5Memory..::..Size Property

Size (in bytes) of the allocated memory.

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

Syntax

Visual Basic
Public ReadOnly Property Size As IntPtr
	Get
C#
public IntPtr Size { get; }
Visual C++
public:
property IntPtr Size {
	IntPtr get ();
}
JavaScript
function get_size();

See Also