C# 클래스 BooRunner.Tools.Constants

Constants used in BigInteger and helping classes.
파일 보기 프로젝트 열기: juanplopes/euler

공개 프로퍼티들

프로퍼티 타입 설명
BaseCharToDigits uint>.IDictionary
BaseLowerChars char[]
BaseUpperChars char[]
DigitBaseLog double

비공개 메소드들

메소드 설명
Constants ( ) : System.Collections.Generic

프로퍼티 상세

BaseCharToDigits 공개적으로 정적으로 프로퍼티

Standard char->digit dictionary.
public static IDictionary BaseCharToDigits
리턴 uint>.IDictionary

BaseLowerChars 공개적으로 정적으로 프로퍼티

Chars used to parse/output big integers (lower case).
public static char[] BaseLowerChars
리턴 char[]

BaseUpperChars 공개적으로 정적으로 프로퍼티

Chars used to parse/output big integers (upper case).
public static char[] BaseUpperChars
리턴 char[]

DigitBaseLog 공개적으로 정적으로 프로퍼티

Natural logarithm of digits base (log(2^32)).
public static double DigitBaseLog
리턴 double