Check if we can use the following object as in an Undefined FITS block. We allow this so long as computeSize can get a size. Note that computeSize may be wrong!
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 |
Parameters
- o
- The Object being tested.