DictionaryForumContacts

   English
Terms for subject Programming containing modular types | all forms | in specified order only
EnglishRussian
formal modular typeформальный модульный тип (Alex_Odeychuk)
modular integer typeбеззнаковый целочисленный тип (в языке программирования Ada 2022 Alex_Odeychuk)
modular integer typeмодульный целочисленный тип (Alex_Odeychuk)
modular typeбеззнаковый тип (Modular types work in Ada 2012 a bit like unsigned types in C: they don't have negative values, and once you reach the largest representable value, if you add one you will get 0. If you were to try the same with a normal (signed, non-modular) integer in Ada, you'd get a constraint error. Alex_Odeychuk)
non-modular typeтип со знаком (signed type in Ada 2012 Alex_Odeychuk)