An NDoc documented library
BinaryTable.HeapSize Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
BinaryTable Class
nom.tam.fits Namespace