The size of this element in bytes


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

Syntax

Visual Basic (Declaration)
ReadOnly Property Size As Long
C#
long Size { get; }
C++
property long Size abstract  {
    __int64 get();
}
J#
/** property */
public long get_Size();
JScript
public function get Size() : long

See Also