Create a binary table from existing data in column order.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal o As Object() _ 
)
C#
public BinaryTable(
   object[] o
)
C++
public:
 BinaryTable(
   array<Object>^ o
) sealed 
J#
public BinaryTable(
   object[] o
)
JScript
public function BinaryTable(
   o : Object[]
)

See Also