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

Reads a float from the bytes message stream.

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

Syntax

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

Return Value

the float value read

Remarks

Reads four 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