| IMessageFormatterAppendValue Method (Single) |
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.24.6.1
Syntaxvoid AppendValue(
float value
)
Sub AppendValue (
value As Single
)
void AppendValue(
float value
)
abstract AppendValue :
value : float32 -> unit
Parameters
- value
- Type: SystemSingle
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