A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency.
More...
|
| static string | ToExactString (double d) |
| | Converts the given double to a string representation of its exact decimal value. More...
|
| |
A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency.
| static string MiscUtil.Conversion.DoubleConverter.ToExactString |
( |
double |
d | ) |
|
|
static |
Converts the given double to a string representation of its exact decimal value.
- Parameters
-
- Returns
- A string representation of the double's exact decimal value.
The documentation for this class was generated from the following file:
- NetTopologySuite/NetTopologySuite.Samples.Console/Tests/Various/MiscUtil/DoubleConverter.cs