Get the current offset within the heap.
Namespace:
nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Offset As Integer
|
C# |
---|
public virtual int Offset { get; } |
C++ |
---|
public virtual property int Offset { int get(); } |
J# |
---|
/** property */ public int get_Offset(); |
JScript |
---|
public function get Offset() : int |
See Also