C# 클래스 ConsoleApplication11.Program

파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
parseWithRegex ( string s ) : double

Parse a numeric literal into a double with a regular expression

비공개 메소드들

메소드 설명
Main ( Array argv ) : int
parseWithBruteForce ( string s ) : double

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

메소드 상세

parseWithRegex() 공개 정적인 메소드

Parse a numeric literal into a double with a regular expression
public static parseWithRegex ( string s ) : double
s string
리턴 double