en

Int

ru

Übersetzung von "int" ins Russisch

int
Substantiv
raiting
UK
/ɪnt/
US
/ɪnt/
int
ints Pl.
Used chiefly in computing to denote the integer data type or a variable of that type.
int
Заимствованное английское слово, неизменяемое; употребляется программистами для обозначения целочисленного типа данных.
Use an int to store the user's age.
Используйте int, чтобы сохранить возраст пользователя.
целочисленный тип
An int is a 32-bit signed integer by default.
Целочисленный тип int по умолчанию является 32-битным знаковым целым.
Weitere Übersetzungen
целочисленная переменная
int
Adjektiv
raiting
int
Attributive use before another noun: “int variable”, “int array”.
целочисленный
This function returns an int value.
Эта функция возвращает целочисленное значение.
Weitere Übersetzungen
int
Употребляется как неизменяемый атрибут к существительному.

Definitionen

int
Substantiv
raiting
In computer programming, a data type representing an integer value, typically of fixed size.
Use an int to store the user’s age.
A variable whose value is of the ‘int’ data type.
Declare an int called counter.
int
Adjektiv
raiting
Relating to or designating the integer data type in programming.
An int array occupies less memory than a long array.