Get the int 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 GetIntValue( _ 
   ByVal key As String _ 
) As Integer
C#
public virtual int GetIntValue(
   string key
)
C++
public:
 virtual int GetIntValue(
   String key
)
J#
public virtual int GetIntValue(
   string key
)
JScript
public virtual  function GetIntValue(
   key : String
) : int

Parameters

key
The header key.

Return Value

The associated value or 0 if not found.

See Also