Then I'm declaring a variable called n, it's of type int.
然后我声明了一个变量n,它是int型的。
Since the iPhone is a 32-bit platform, type int is a suitable value.
因为iPhone是32位平台,类型int是合适的值。
Create a UML class class1 and add an operation op with return type int to it.
创建一个uml类class1,并且向其添加一个操作op,其返回值类型为int。
UserRegistration.user.age represents a value-binding property that is of type int.
age表示一个值绑定属性,它的类型为 int。
This indexer will have two parameters of type int, and it will return a Point type.
该索引器将有两个int类型的参数,并且它将返回Point类型。
Create a UML operation named purevirtualop with a return parameter of type int and a parameter x of type int.
创建一个名为purevirtualop的UML操作,其返回值类型为int,参数x 的类型为 int。
For example, if you have a box designed to hold values of type int, you cannot put values of type string into that box.
例如,如果你有一个设计用来放入类型是int的值的盒子,你就不能把类型是string的值放入那个盒子。
Where a special user definition contains two fields – user of the type of Facebook user and a special data of the type int.
一个特殊的用户定义包含两个字段——Facebook的用户类型的用户和一个int类型的数据字段。
On the operation, set an input called date of type date and an output called day of type int. The final result should look like Figure 2.
对于该操作,设置一个名为date的日期类型的输入,以及一个名为day的整数类型的输出。
If the first two arguments to find are of type int* and the third is of type int, then it is as if you had called the following function.
如果前面两个参数类型是int*,第三个参数类型是int,那么就像调用下面的函数一样。
The alignment is always the same as the type size; that is, a variable of type int is four bytes long and will be stored at a 4-byte boundary.
排列的方式通常和类型的大小保持一致;例如,int类型的一个变量的长度是4字节,因此要将它存储在4字节区域。
For example, as shown in the figure, we are trying to add a text input field with the name "tel" and the value of "tel" should be of type int.
例如,我们按照图中所示的一样视图添加一个文本输入域:该域名为“tel”,值为“tel”,类型为int。
Although it does not provide a type int, it doesn't suffer from the ambiguities that have always arisen from ranges of int on different platforms.
虽然它没有提供int类型,但它不会受到int在不同平台上的取值范围不同所带来的多义性的困扰。
Equally clearly, int or double may not: find uses the expression *first, and the dereference operator makes no sense for an object of type int or of type double.
同样的,或者不是int和double:find使用表达式 *first,这个废弃的操作使int对象或者double对象没有意义。
In this example, it ensures that salesdata elements have region descendants, and that they, in turn, have sales children whose contents can be compared with a variable of type int.
在本例中,它确保salesdata元素具有region子元素,这些子元素又具有sales子元素,后者的内容可以同一个int类型的变量进行比较。
If you need to store floating-point values in a program, you must declare variables of type double, just as you previously had to declare variables of type int to write Add2Integers.
如果你需要在程序中存储浮点数,必须将变量类型声明为double,就像上面你写add2integers这个程序需要将变量声明为int型一样。
Int So, primitive type besides those three types, we have ints which are just integers which are similarly 32 bits.
除了这三种类型外,还有一种最原始的数据类型,32比特整数。
In C# you can flag a value type as a nullable type by adding ? after the type (like int? x;).
在C#中,你可以在一个允许为空的值类型后面加上一个问号(比如,int?x;)。
Type: Gets the static type of the expression. In this case, the expression is of type Func<int, int, int>.
Type:得到表达式的静态类型,在本例中,表达式的类型是Func<int, int, int>。
A UML operation op with, an int as the return type.
一个UML操作,并且以一个int作为返回值类型。
Click the default string type and select int from the types list.
单击缺省的string类型,并从类型列表中选择int。
Here the type described is that of Pointers to int.
这里得到的类型是指向int型的指针。
If the data turns out to be of a simple type such as int for the entire run of a given block, that block (especially if it loops) can run very quickly.
如果在一个给定的代码段中数据是是简单类型,例如int,那么这段代码(如果是一个循环,这种情况就更为突出)就可以很快地运行。
If you have specific variables that need to be 32-bits on both platforms, define the type to be int.
如果有些变量在这两个平台上都需要是32位的,请将其类型定义为int。
The class intProp represents a native int data type.
intprop类表示一个原生的int数据类型。
You just created a new data type defined by the built-in int class.
您立即可以创建一个由内置int类定义的新数据类型。
All that matters is that each alias has the same type, which in this case is int.
重要的是,每个别名都具有相同的类型,在本例中是int。
Add a method called get with return type as the template parameter t from the method (as shown in Figure 4), and an input parameter named index whose type is int.
添加一个名为get的方法。在此方法中,使其返回类型为模板参数t(如图4所示),然后输入参数名字index,其类型为int。
SetTransportType (int x) : set the transport type to one of the following options.
setTransportType (intx):将传送类型设置为下列选项之一。
Untyped integral constants are of type (unsigned) int.
无类型的整数常量就是(unsigned)int类型的。
应用推荐