Create an UndefinedData object using the specified object.


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

Syntax

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

See Also