Subject | English | Russian |
progr. | hexadecimal value | шестнадцатеричное значение (ssn) |
comp., MS | hexadecimal value | шестнадцатеричное значение (A value that follows a format of 4 channels–including an alpha channel–and is composed in the following format: AARRGGBB. Hex is commonly used for Web and screen design as many browsers render colors based upon hex values) |
progr. | string representation of the hexadecimal value | строковое представление шестнадцатеричного значения (ssn) |
progr. | the BCD format is similar to the hexadecimal presentation, with the simple difference that only values between 0 and 99 can be stored in a BCD byte, whereas a hexadecimal byte reaches from 0 to FF | формат BCD подобен шестнадцатеричному представлению с ограничением диапазона чисел 0..99 вместо 0..FF (ssn) |