C# 클래스 MiscUtil.Conversion.DoubleConverter

A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency.
파일 보기 프로젝트 열기: jadref/buffer_bci

공개 메소드들

메소드 설명
ToExactString ( double d ) : string

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

메소드 상세

ToExactString() 공개 정적인 메소드

Converts the given double to a string representation of its exact decimal value.
public static ToExactString ( double d ) : string
d double The double to convert.
리턴 string