Endeca Presentation API
AddDouble Method (key, value)
NamespacesEndeca.LoggingLogEntryAddDouble(String, Double)
Set the given key to the given double value. The number will be stored as a String in decimal representation. Therefore, you can retrieve the value later by calling either by getDouble() or getString().
Declaration Syntax
C#Visual BasicVisual C++
public void AddDouble(
	string key,
	double value
)
Public Sub AddDouble ( _
	key As String, _
	value As Double _
)
public:
void AddDouble (
	String^ key, 
	double value
)
Parameters
key (String)
The String to use as the key of the element to set.
value (Double)
The int to use as the value of the element to add.
Exceptions
ExceptionCondition
ArgumentException An element with the same key already exists

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