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

Writes a float to the bytes message stream

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

Syntax

public void WriteFloat(
	float value
)
Public Sub WriteFloat ( _
	value As Single _
)
public:
void WriteFloat(
	float value
)

Parameters

value
Type: System..::.Single
the float value to be written

Remarks

Writes four 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.

See Also