Get the size of the data element in bytes


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Size As Long _
    Implements FitsElement.Size
C#
public virtual long Size { get; }
C++
public virtual property long Size {
    __int64 get();
}
J#
/** property */
public long get_Size();
JScript
public function get Size() : long

Implements

FitsElement.Size

See Also