Check if this object can be described as a FITS image.
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.