C# Класс BooRunner.Tools.Constants

Constants used in BigInteger and helping classes.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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