Look for an integer at the beginning of the buffer
Namespace:
nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Int As Integer
|
C# |
---|
public virtual int Int { get; } |
C++ |
---|
public virtual property int Int { int get(); } |
J# |
---|
/** property */ public int get_Int(); |
JScript |
---|
public function get Int() : int |
See Also