Reads a float from the Message Stream.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Function ReadSingle As Single |
| C# |
|---|
float ReadSingle() |
| Visual C++ |
|---|
float ReadSingle() |
| JavaScript |
|---|
function readSingle(); |
Return Value
A Single
Exceptions
| Exception | Condition |
|---|---|
| Apache.NMS..::..MessageNotReadableException | Thrown when the Message is in write-only mode. |
| Apache.NMS..::..MessageEOFException | Thrown when an unexpected end of bytes has been reached. |
| Apache.NMS..::..NMSException | Thrown when there is an unhandled exception thrown from the provider. |