What is the translation of " INTEGER TYPE " in Russian?

['intidʒər taip]
['intidʒər taip]
integer type

Examples of using Integer type in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
Integer types capable to keep pointer value.
Целочисленные типы, способные хранить в себе значение указателя.
Sometimes pointers are stored in integer types.
Иногда в программах указатели сохраняют в целочисленных типах.
The actual size of the integer types varies by implementation.
Реальный размер целочисленных типов зависит от реализации.
The second argument of the'memset' function has an integer type.
Второй аргумент функции' memset' имеет целочисленный тип.
Signed integer type which appears after subtraction of two pointers.
Знаковый целочисленный тип, образующийся при вычитании двух указателей.
On the other hand, this does not mean that only a may be an integer type.
С другой стороны это не означает, что a может быть только целого типа.
Here is an example of how four arguments of integer type are passed through registers.
Рассмотрим пример, как передаются в регистрах четыре аргумента типа integer.
Integer types: short int, unsigned short int, int, unsigned int, long, unsigned long;
Целочисленных типов: short int, unsigned short int, int, unsigned int, long, unsigned long;
Let the delegate type be declared,which receives three integer type parameters.
Пусть объявлен тип делегата,получающий три параметра целого типа.
Integer types and floating-point types are called arithmetic(numeric) types..
Целые типы вместе с типами с плавающей точкой называются арифметическими( числовыми) типами..
This method is often used to cast integer types to the'bool' type..
Такой прием часто используется для приведения целочисленных типов данных к типу' bool.
It is incorrect because the argument value will be cast to an integer type.
Такое использование является некорректным, поскольку значение аргумента будет приведено к целочисленному типу.
As a result of converting floating point values to integer type, the fractional part is always deleted.
В результате преобразования значения с плавающей точкой к целому типу дробная часть числа всегда отбрасывается.
Some programmers use the double type to store and handle integer types.
Некоторые программисты используют тип double для хранения и работы с целочисленными типами.
The type int should be the integer type that the target processor is most efficiently working with.
Чтобы тип int был таким целочисленным типом, с которым наиболее эффективно работает процессор.
Sometimes double type is used in the code to store and work with integer types.
Иногда в коде тип double используется для хранения и работы с целочисленными типами.
Generation and processing of exceptions using integer types is a bad practice of C++ programming.
Генерирование и обработка исключений с участием целочисленных типов не является хорошей практикой программирования на языке Си.
Some programmers use the type double to store and work with integer types.
Некоторые программисты используют тип double для хранения и работы с целочисленными типами.
Throwing and handling exceptions using integer types is not a good programming practice for the C++ language.
Генерирование и обработка исключений с участием целочисленных типов не является хорошей практикой программирования на языке Си.
The V202 warning applied to conversions of pointers to 32-bit integer types before.
Ранее предупреждение V202 распространялось и на приведение указателя к 32- битному целочисленному типу.
Constructions of implicit and explicit integer type of 32 bits converted to memsize types should be considered dangerous.
Следует считать опасными конструкции явного и неявного приведения целых типов размерностью 32 бита к memsize типам..
In programs, the BOOL(gboolean, UBool, etc.)type is interpreted as an integer type.
В программах тип BOOL( gboolean, UBool ит. д.) определяется как целочисленный тип.
When you needed to save orpass a pointer as an integer type, you used the types DWORD, UINT and so on.
Если нужно было сохранить илипередать указатель как целочисленный тип, для этого использовались типы DWORD, UINT и так далее.
Some programmers use double type for storing of, and working with, integer types.
Некоторые программисты используют тип double для хранения и работы с целочисленными типами.
In arithmetic operations, one of the operands can have an integer type, and the second can be a floating point type..
В арифметических операциях один из операндов может иметь целочисленный тип, а второй быть типом с плавающей запятой.
An argument having the format of a floating-point number has been passed into a function,although it was awaiting an integer type.
В функцию был передан аргумент в формате числа с плавающей точкой,хотя ожидался целочисленный тип данных.
Due to the historical development the base andthe most often used integer type in C and C++ languages is int or unsigned int.
Исторически сложилось, что базовым инаиболее используемым целочисленным типом в языке Си и Си++ является int или unsigned int.
The message associated with it is:"V2003- Explicit conversion from'float/double' type to signed integer type.
Выдаваемое сообщение будет выглядеть следующим образом:" V2003- Explicit conversion from' float/ double' type to signed integer type.
If the expression contains an integer type, then the values of type bool are automatically converted to integers 0 and 1.
Если выражение содержит целочисленный тип, то значения типа bool автоматически превращаются в целые числа и 1.
From now on, the analyzer will be generating a modified message:"V2003- Explicit conversion from'float/double' type to signed integer type.
Теперь анализатор будет выдавать модифицированное сообщение:" V2003- Explicit conversion from' float/ double' type to signed integer type.
Results: 30, Time: 0.0411

Word-for-word translation

Top dictionary queries

English - Russian