Check that this is a valid binary table header.


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

Syntax

Visual Basic (Declaration)
Public Shared Function IsHeader( _ 
   ByVal header As Header _ 
) As Boolean
C#
public static bool IsHeader(
   Header header
)
C++
public:
 static bool IsHeader(
   Header header
)
J#
public static bool IsHeader(
   Header header
)
JScript
public static  function IsHeader(
   header : Header
) : bool

Parameters

header
to validate.

Return Value

true if this is a binary table header.

See Also