C# Class ConsoleApplication11.Program

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
parseWithRegex ( string s ) : double

Parse a numeric literal into a double with a regular expression

Private Methods

Méthode Description
Main ( Array argv ) : int
parseWithBruteForce ( string s ) : double

Parse a numeric literal into a double the old-fashioned way

Method Details

parseWithRegex() public static méthode

Parse a numeric literal into a double with a regular expression
public static parseWithRegex ( string s ) : double
s string
Résultat double