![]()  | 
  
    C# Client Library
    
   A C# Client Library for the AnalyzeRe REST API 
   | 
 
A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency. Credit: Jon Skeet (https://csharpindepth.com/Articles/General/FloatingPoint.aspx) More...
Static Public Member Functions | |
| static string | ToExactString (double d) | 
| Converts the given double to a string representation of its exact decimal value.   | |
A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency. Credit: Jon Skeet (https://csharpindepth.com/Articles/General/FloatingPoint.aspx)
      
  | 
  inlinestatic |