Click or drag to resize
EventFormatterAppendValue Method (Double)
Appends the specified 'value' to the element which represents an array of 'double'.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntax
public void AppendValue(
	double value
)

Parameters

value
Type: SystemDouble
the value to be added
Exceptions
ExceptionCondition
InvalidOperationException The operating stack is empty.
InvalidConversionException Cannot convert the current element in the stack to the specified value type.
NotSupportedException The current element in the stack is not an array.
See Also