C# Class IronLua.Library.NumberUtil

Afficher le fichier Open project: ericmj/IronLua

Méthodes publiques

Méthode Description
TryParseDecimalNumber ( string number, double &result ) : bool
TryParseHexNumber ( string number, bool exponentAllowed, double &result ) : bool

Method Details

TryParseDecimalNumber() public static méthode

public static TryParseDecimalNumber ( string number, double &result ) : bool
number string
result double
Résultat bool

TryParseHexNumber() public static méthode

public static TryParseHexNumber ( string number, bool exponentAllowed, double &result ) : bool
number string
exponentAllowed bool
result double
Résultat bool