| IMessageFormatterAppendValue Method (Double) |
Appends the specified
value to the element
on which this
IMessageFormatter is operating.
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntaxvoid AppendValue(
double value
)
Sub AppendValue (
value As Double
)
void AppendValue(
double value
)
abstract AppendValue :
value : float -> unit
Parameters
- value
- Type: SystemDouble
Exceptions| Exception | Condition |
|---|
| NotSupportedException |
Thrown when the message is flat or the current element to which
value is appended is not an array.
|
See Also