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, _ ByVal dft As Long _ ) As Long |
| C# |
|---|
| public virtual long GetLongValue( string key, long dft ) |
| C++ |
|---|
| public: virtual __int64 GetLongValue( String key, __int64 dft ) |
| J# |
|---|
| public virtual long GetLongValue( string key, long dft ) |
| JScript |
|---|
| public virtual
function GetLongValue( key : String, dft : long ) : long |
Parameters
- key
- The header key.
- dft
- The default value to be returned if the key cannot be found.
Return Value
the associated value.