Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

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.