Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.