Check if this data is compatible with Random Groups structure. Must be an Object[ngr][2] structure with both elements of each group having the same base type and the first element being a simple primitive array. We do not check anything but the first row.


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

Syntax

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

See Also