This class defines the methods for accessing FITS binary table data.


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

Syntax

Visual Basic (Declaration)
Public Class BinaryTable
    Inherits Data
    Implements TableData
C#
public class BinaryTable : Data, TableData
C++
ref class BinaryTable : Data, TableData
J#
public class BinaryTable extends Data implements TableData
JScript
public class BinaryTable extends Data, TableData

Inheritance Hierarchy

System.Object
   nom.tam.fits.Data
      nom.tam.fits.BinaryTable

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