Skip Navigation Links.

Space..::..free Property

Free space within object header

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

Syntax

Visual Basic
Public ReadOnly Property free As Long
	Get
C#
public long free { get; }
Visual C++
public:
property long long free {
	long long get ();
}
JavaScript
function get_free();

See Also