[TIBCO.EMS .NET client library 7.0 documentation]

Reads a float from the stream message.

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

Syntax

public float ReadFloat()
Public Function ReadFloat As Single
public:
float ReadFloat()

Return Value

the float value read

Remarks

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

See Also