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

Parameters

key
The header key.

Return Value

The associated value or 0.0 if not found.

See Also