in modules/core/src/main/java/org/apache/fluo/recipes/core/types/TypedSnapshotBase.java [176:181]
public Double toDouble() { if (getBytes() == null) { return null; } return encoder.decodeDouble(getBytes()); }