How to Output a Double Value with all the Decimal Places in Debugger or Console
问题 I wish to extract double value completely when I am debugging an application, so that I can use it to construct a test case to feed into my geometry algorithm. How to extract the double value out-- down to very last decimal places allowed by the double datatypes in C#-- and output it in either debugger windows, or using Console.WriteLine command? Edit: My problem is that the algorithm that takes the double value as input will only fail if I insist of input the whole double value, right down