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