Look for a long in a specified region of the buffer


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetLong( _ 
   ByVal length As Integer _ 
) As Long
C#
public virtual long GetLong(
   int length
)
C++
public:
 virtual __int64 GetLong(
   int length
)
J#
public virtual long GetLong(
   int length
)
JScript
public virtual  function GetLong(
   length : int
) : long

See Also