Check if this data object is consistent with a binary table. There are three options: a column table object, an Object[][], or an Object[]. This routine doesn't check that the dimensions of arrays are properly consistent.


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

Syntax

Visual Basic (Declaration)
Public Shared Function IsData( _ 
   ByVal o As Object _ 
) As Boolean
C#
public static bool IsData(
   object o
)
C++
public:
 static bool IsData(
   Object o
)
J#
public static bool IsData(
   object o
)
JScript
public static  function IsData(
   o : Object
) : bool

See Also