Create a binary table from given header information.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal myHeader As Header _ ) |
C# |
---|
public BinaryTable( Header myHeader ) |
C++ |
---|
public: BinaryTable( Header myHeader ) sealed |
J# |
---|
public BinaryTable( Header myHeader ) |
JScript |
---|
public function BinaryTable( myHeader : Header ) |
Parameters
- myHeader
- header describing what the binary table should look like.