internal static double InternalInt64BitsToDouble(long value)
 {
     return(BitConverter.SwappableToDouble(BitConverter.GetBytes(value), 0));
 }