IDataStream.writeDouble

Overview | Methods | This Package | All Packages

IDataStream.writeDouble

Writes a double value to this stream.

Syntax

public void writeDouble( double value )

Parameters

value

The double 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 eight bytes.

See Also   readDouble


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