I want to learn how the computer represents the double type in bit, but the & and | bit operators can\'t use double. And memcpy(&d, &src, 8) also doesn\'t seem to wo开发者_如何学编程rk.Any
I need to round a double to nearest five. I can\'t find a way to do it with the Math.Round function. How can I do this?
Hi im facing the issue when converting user input to a double example when i input -3 i faced with an FormatException (FormatException: Invalid double -). How can i deal with this? Furthermore how can