Hello,

I am interested in using NumberUtils to encode any number into a sortable
double.  Once encoded will the lexicographic sorting work on any precision?
If I store 47.44444444 and 48.22 may I assume that the order will be
correct?  I ask this questions because doubleToRawLongBits is called to
convert a double into a long first and I am not an expert at bit level math.

Cheers,
Jason

Reply via email to