NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
MiscUtil.Conversion.DoubleConverter Class Reference

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 Public Member Functions

static string ToExactString (double d)
 Converts the given double to a string representation of its exact decimal value. More...
 

Detailed Description

A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency.

Member Function Documentation

static string MiscUtil.Conversion.DoubleConverter.ToExactString ( double  d)
static

Converts the given double to a string representation of its exact decimal value.

Parameters
dThe double to convert.
Returns
A string representation of the double's exact decimal value.

The documentation for this class was generated from the following file: