Subject | English | Russian |
progr. | for example, if the value of a byte variable is promoted to int inside an expression, outside the expression, the variable is still a byte | Так, если значение переменной типа byte продвигается к типу int внутри выражения, то вне выражения эта переменная по-прежнему относится к типу byte |
progr. | input value of the function is type INT | входной параметр функции типа INT (ssn) |
progr. | INT value | число типа INT (ssn) |
progr. | the input value of the function is type BYTE and the output is type INT | входной параметр функции типа BYTE и выход типа INT (ssn) |
progr. | the input value of the function is type INT, the output is type BYTE | входной параметр функции типа INT, выход типа BYTE (ssn) |
progr. | this function converts a byte in BCD format into an INT value | эта функция преобразует байт формата BCD в число типа INT (ssn) |
progr. | Thus, the outcome of an operation involving two byte values will be an int | Следовательно, результат выполнения операции, в которой участвуют два значения типа byte, будет иметь тип int (ssn) |