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

Parameters

key
The header key.

Return Value

The associated value or 0.0 if not found.

See Also