Return the number of HDUs in the Fits object. If the FITS file is associated with an external stream make sure that we have exhausted the stream.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function Size() As Integer
C#
public virtual int Size()
C++
public:
 virtual int Size()
J#
public virtual int Size()
JScript
public virtual  function Size() : int

Return Value

number of HDUs.

See Also