What is the size of the heap -- including the offset from the end of the table data.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HeapSize As Integer
C#
public int HeapSize { get; }
C++
public property int HeapSize sealed  {
    int get();
}
J#
/** property */
public int get_HeapSize();
JScript
public function get HeapSize() : int

See Also