Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DataStream.writeDouble

Writes a double value to this stream.

Syntax

public void writeDouble( double value )

Parameters

value

The double value to write.

Remarks

This method implements the IDataStream.writeDouble method. This method converts the bits of the double value to a long integer and then calls writeLong to write the value to the stream.