Uses of Class
xyz.cofe.num.BitCount
| Package | Description |
|---|---|
| xyz.cofe.num |
Базовая работа с числовыми операциями
|
-
Uses of BitCount in xyz.cofe.num
Fields in xyz.cofe.num declared as BitCount Modifier and Type Field Description protected BitCountBaseNumbers. minBitsCountМинимальное кол-во бит на значение числаMethods in xyz.cofe.num that return BitCount Modifier and Type Method Description static BitCountBitCount. max(java.lang.Number n1, java.lang.Number n2)Возвращает максимальное преблизительное кол-во бит для указанных чисел, если нет возможности определитьof(Number): есть хоть одно значение, то испольуеться оно если отсуствуют оба, то используется INTstatic BitCountBitCount. of(java.lang.Number n)Возвращает приблизительное кол-во используемых бит для указанного числаstatic BitCountBitCount. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BitCount[]BitCount. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.num with parameters of type BitCount Modifier and Type Method Description static CommonBaseBaseNumbers. commonBase(java.lang.Number n0, java.lang.Number n1, BitCount minBitsCount)Возвращает интерфейс для работы с общим основанием чисел.static SingleBaseBaseNumbers. singleBase(java.lang.Number n0, BitCount minBitsCount)Возвращает интерфейс для операции над числамиConstructors in xyz.cofe.num with parameters of type BitCount Constructor Description BaseNumbers(BitCount minBitsCount, java.lang.Number zero, java.lang.Number one)Конструктор