Method longBitsToDouble(long bits)
Return type: double
Member of: java.lang.Double
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 return new Double(Double.longBitsToDouble(readLong()));
2 return new Double(Double.longBitsToDouble(readLong()));
3 iValue = Double.longBitsToDouble (pLong);
4 return new Double(Double.longBitsToDouble(val));
5 return new Double(Double.longBitsToDouble(LongParselet.parseLong(sb)));
6 double v = Double.longBitsToDouble(testBits[i]);
7 aw.values.add(new Double(Double.longBitsToDouble(readLong())));
8 printParanthetical(Double.longBitsToDouble(value));
9 value = new Double(Double.longBitsToDouble(dbits)).toString();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.