Endeca Presentation API
GetDouble Method (key)
NamespacesEndeca.LoggingLogEntryGetDouble(String)
Get the value associated with the given key. If the value was originally set via setInt() or setString(), then this method will still succeed as long as the value is a valid decimal number.
Declaration Syntax
C#Visual BasicVisual C++
public double GetDouble(
	string key
)
Public Function GetDouble ( _
	key As String _
) As Double
public:
double GetDouble (
	String^ key
)
Parameters
key (String)
The String to use as the key of the element to get.
Return Value
Returns the value associated with the given key.
Exceptions
ExceptionCondition
FormatException If the value is not numeric.
NullReferenceException if no value is associated with the given key

Assembly: Endeca.Logging (Module: Endeca.Logging) Version: 0.0.0.0