Get the long
value associated with the given key.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetLongValue( _ ByVal key As String _ ) As Long |
C# |
---|
public virtual long GetLongValue( string key ) |
C++ |
---|
public: virtual __int64 GetLongValue( String key ) |
J# |
---|
public virtual long GetLongValue( string key ) |
JScript |
---|
public virtual
function GetLongValue( key : String ) : long |
Parameters
- key
- The header key.
Return Value
The associated value or 0 if not found.