INT:整数与整数

“integer”和“int”都常用于表示整数类型,在编程和数学等领域中,为便于书写和使用,常被缩写为“INT”。这一简称在计算机科学、数据处理及普通数学讨论中广泛出现,泛指不属于特定分类的整数相关内容。其对应的中文释义即为“整数与整数”。

integer An int具体释义

  • 英文缩写:INT
  • 英语全称:integer An int
  • 中文意思:整数与整数
  • 中文拼音:zhěng shù yǔ zhěng shù
  • 相关领域int 未分类的

integer An int的英文发音

例句

  1. You use both the int and long types to hold integer values, the difference being that an int is a32-bit integer value.
  2. 您可以使用int和long两种类型来保存整数值,它们的不同点在于int是一种32位的整数值。
  3. An array of ints is a much better than an array of Integers, but this also generalizes to the fact that two parallel arrays of ints are also a lot more efficient than an array of ( int, int ) objects.
  4. int数据优于Integer数组,两个平行的一维int数组,总是大大优于两维的(int,int)数组对象。