CmdMessenger  3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
Classes | Static Public Member Functions
CommandMessengerTests.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...

List of all members.

Classes

class  ArbitraryDecimal
 Private class used for manipulating.

Static Public Member Functions

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

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 CommandMessengerTests.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.</return>

Construct a new decimal expansion with the mantissa


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