public final double getDouble(int index) { return Numbers.longBitsToDouble(getLong(index)); }
public final float getFloat(int index) { return Numbers.intBitsToFloat(getInt(index)); }
public final double getDouble() { return Numbers.longBitsToDouble(getLong()); }