Пример #1
0
 protected static ulong FloatObjData(double value)
 {
     return(Miscellanea.DoubleBitsToULongBits(value));
 }
Пример #2
0
 public static uint Hashcode(double x)
 {
     return(Hashing.Hashcode64(Miscellanea.DoubleBitsToULongBits(x)));
 }