FITS binary table header/data unit


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

Syntax

Visual Basic (Declaration)
Public Class BinaryTableHDU
    Inherits TableHDU
C#
public class BinaryTableHDU : TableHDU
C++
ref class BinaryTableHDU : TableHDU
J#
public class BinaryTableHDU extends TableHDU
JScript
public class BinaryTableHDU extends TableHDU

Inheritance Hierarchy

System.Object
   nom.tam.fits.BasicHDU
      nom.tam.fits.TableHDU
         nom.tam.fits.BinaryTableHDU

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also