IDataStream.writeFloat

Overview | Methods | This Package | All Packages

IDataStream.writeFloat

Writes a float value to this stream.

Syntax

public void writeFloat( float value )

Parameters

value

The float value to write.

Exceptions

IOException thrown if an I/O error occurs or if the stream does not support writing.

Remarks

The current position is advanced by four bytes.

See Also   readFloat


Send feedback to MSDN.Look here for MSDN Online resources.