C# Class Rhino.V8dtoa.FastDtoaBuilder

显示文件 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
Format ( ) : string
Reset ( ) : void
ToString ( ) : string

Private Methods

Method Description
Append ( char c ) : void
DecreaseLast ( ) : void
ToExponentialFormat ( int firstDigit, int decPoint ) : void
ToFixedFormat ( int firstDigit, int decPoint ) : void

Method Details

Format() public method

public Format ( ) : string
return string

Reset() public method

public Reset ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string