[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Writes a double to the bytes message stream
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void WriteDouble( double value ) |
Public Sub WriteDouble ( _ value As Double _ ) |
public: void WriteDouble( double value ) |
Parameters
- value
- Type: System..::.Double
the double value to be written
Remarks
Writes eight bytes of data to the stream and advances the write position
so that the next write call appends to the new end of the stream.