Ejemplo n.º 1
0
 protected static ulong FloatObjData(double value)
 {
     return(Miscellanea.DoubleBitsToULongBits(value));
 }
Ejemplo n.º 2
0
 public static uint Hashcode(double x)
 {
     return(Hashing.Hashcode64(Miscellanea.DoubleBitsToULongBits(x)));
 }