C# Class Rhino.V8dtoa.FastDtoa

Mostra file Open project: hazzik/Rhino.Net

Public Methods

Method Description
Dtoa ( double v, FastDtoaBuilder buffer ) : bool
NumberToString ( double v, FastDtoaBuilder buffer ) : bool
NumberToString ( double v ) : string

Private Methods

Method Description
BiggestPowerTen ( int number, int number_bits ) : long
DigitGen ( DiyFp low, DiyFp w, DiyFp high, FastDtoaBuilder buffer, int mk ) : bool
Grisu3 ( double v, FastDtoaBuilder buffer ) : bool
RoundWeed ( FastDtoaBuilder buffer, long distance_too_high_w, long unsafe_interval, long rest, long ten_kappa, long unit ) : bool
Uint64_lte ( long a, long b ) : bool

Method Details

Dtoa() public static method

public static Dtoa ( double v, FastDtoaBuilder buffer ) : bool
v double
buffer FastDtoaBuilder
return bool

NumberToString() public static method

public static NumberToString ( double v, FastDtoaBuilder buffer ) : bool
v double
buffer FastDtoaBuilder
return bool

NumberToString() public static method

public static NumberToString ( double v ) : string
v double
return string