C# 클래스 IntXLib.Pow2Parser

Provides special fast (with linear time) parsing if base is pow of 2.
상속: IParser
파일 보기 프로젝트 열기: devoyster/IntXLib 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string value, uint numberBase, uint>.IDictionary charToDigits, bool checkFormat ) : IntX
Parse ( string value, int startIndex, int endIndex, uint numberBase, uint>.IDictionary charToDigits, uint digitsRes ) : uint

Parses provided string representation of IntX object.

메소드 상세

Parse() 공개 메소드

public Parse ( string value, uint numberBase, uint>.IDictionary charToDigits, bool checkFormat ) : IntX
value string
numberBase uint
charToDigits uint>.IDictionary
checkFormat bool
리턴 IntX

Parse() 공개 메소드

Parses provided string representation of IntX object.
public Parse ( string value, int startIndex, int endIndex, uint numberBase, uint>.IDictionary charToDigits, uint digitsRes ) : uint
value string Number as string.
startIndex int Index inside string from which to start.
endIndex int Index inside string on which to end.
numberBase uint Number base.
charToDigits uint>.IDictionary Char->digit dictionary.
digitsRes uint Resulting digits.
리턴 uint