Microsoft SDK for Java

DataStream.readDouble

Reads a double value from this stream.

Syntax

public double readDouble()

Return Value

Returns the double value that was read.

Remarks

This method implements the IDataStream.readDouble method. This method calls the readLong method to read a long value and then converts the bits to a double value.

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