Create an UndefinedData object using the specified header.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal h As Header _ 
)
C#
public UndefinedData(
   Header h
)
C++
public:
 UndefinedData(
   Header h
) sealed 
J#
public UndefinedData(
   Header h
)
JScript
public function UndefinedData(
   h : Header
)

Parameters

h

See Also