[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Reads a double from the stream message.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public double ReadDouble()
Public Function ReadDouble As Double
public:
double ReadDouble()

Return Value

the double value read

Remarks

This method reads eight bytes of data from the stream and advances the read position so that the next read call gets the next datum.

See Also