| the possibility to obtain the parameters of the handler OnDeinit (const int reason). |
возможность получения параметров обработчика OnDeinit (const int reason). |
| Then, every continuous function f: K -> {\displaystyle \to} C, such that the restriction f to int(K) is holomorphic, can be approximated uniformly on K with polynomials. |
Тогда всякую непрерывную функцию f: K -> {\displaystyle \to} C, такую, что сужение f на int(K) голоморфно на его внутренных точках, можно равномерно аппроксимировать на K полиномами. |
| The standard only requires size relations between the data types and minimum sizes for each data type: The relation requirements are that the long long is not smaller than long, which is not smaller than int, which is not smaller than short. |
Стандарт лишь оговаривает отношения в размерах между типами и минимальные рамки для каждого типа: Так long long не должен быть меньше long, который в свою очередь не должен быть меньше int, который в свою очередь не должен быть меньше short. |
| This is method how to safely parse object to int. |
Это способ безопасного приведения к типу int. |
| For example, in the declaration int *ptr, the dereferenced form *ptr is an int, while the reference form ptr is a pointer to an int. |
Например, в объявлении int *ptr разыменованная форма *ptr является целым (int), а ссылочная форма ptr - указателем на целое. |