Ejemplo n.º 1
0
 public final double getDouble(int index) {
   return Numbers.longBitsToDouble(getLong(index));
 }
Ejemplo n.º 2
0
 public final double getDouble() {
   return Numbers.longBitsToDouble(getLong());
 }