C# Class Rhino.V8dtoa.FastDtoa

Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
Dtoa ( double v, FastDtoaBuilder buffer ) : bool
NumberToString ( double v, FastDtoaBuilder buffer ) : bool
NumberToString ( double v ) : string

Private Methods

Méthode 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 méthode

public static Dtoa ( double v, FastDtoaBuilder buffer ) : bool
v double
buffer FastDtoaBuilder
Résultat bool

NumberToString() public static méthode

public static NumberToString ( double v, FastDtoaBuilder buffer ) : bool
v double
buffer FastDtoaBuilder
Résultat bool

NumberToString() public static méthode

public static NumberToString ( double v ) : string
v double
Résultat string