Helper class to be used when wanting to store the full value spectrum of a float value.
By default, Titan will convert float values into a decimal format so that it can be stored in byte-order and be used for vertex-centric indices. However, that restricts the value spectrum of floats when registered using {@link com.thinkaurelius.titan.core.KeyMaker#dataType(Class)} with Float.class as argument.
When order preservation is not important, use FullFloat as the data type.
@author Matthias Broecheler (me@matthiasb.com)