Return the size of the data including any needed padding.


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property DataSize As Long
C#
public virtual long DataSize { get; }
C++
public virtual property long DataSize {
    __int64 get();
}
J#
/** property */
public long get_DataSize();
JScript
public function get DataSize() : long

Property Value

the data segment size including any needed padding.

See Also