protected static ulong FloatObjData(double value) { return(Miscellanea.DoubleBitsToULongBits(value)); }
public static uint Hashcode(double x) { return(Hashing.Hashcode64(Miscellanea.DoubleBitsToULongBits(x))); }