Beispiel #1
0
 public static uint Hashcode(double x)
 {
     return(Hashing.Hashcode64(Miscellanea.DoubleBitsToULongBits(x)));
 }