[TIBCO.EMS .NET client library 6.3 documentation]

Reads a double from the bytes message stream.

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

Syntax

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

Return Value

the double value read

Remarks

Reads eight bytes from the byte stream of a BytesMessage and advances the read position so that the next read call gets the next datum.

See Also