Write a eight byte value to the message stream representing the double
value passed. High byte first.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Sub WriteDouble ( _ value As Double _ ) |
| C# |
|---|
void WriteDouble( double value ) |
| Visual C++ |
|---|
void WriteDouble( double value ) |
| JavaScript |
|---|
function writeDouble(value); |
Parameters
- value
- Type: System..::..Double
A Double
Exceptions
| Exception | Condition |
|---|---|
| Apache.NMS..::..MessageNotWriteableException | Thrown when the Message is in read-only mode. |
| Apache.NMS..::..NMSException | Thrown when there is an unhandled exception thrown from the provider. |