Change quantity to XSD: int type.
将数量更改为xsd:int类型。
The implicit conversion operator is defined, which converts a Point type to int.
隐式转换操作符将Point类型转换为int。
This indexer will have two parameters of type int, and it will return a Point type.
该索引器将有两个int类型的参数,并且它将返回Point类型。
To make that a little clearer, Figure 12 shows the OrderNumber property that has an int type.
为了表达得更为清楚,图12显示了具有int类型的ordernumber属性。
The order number and quantity will have an int type because they will contain only integers.
订单号和数量将为int类型,因为其中将仅包含整数。
Now there is a very details of the place does not do repair is INT type of data backup recovery issues!
现在还有一个很细节的地方没有做修复,就是INT类型的数据,备份的恢复问题!这个不太好做,大家容我点时间!
This differs from c, for example, in which an int type can be 16, 32, or 64 bits long depending on the platform.
这个和C不同,例如,C的int类型可以是16位,32位或者64位的,取决于不同的平台。
Note that a numeric addition has occurred because the input parameter to the add function is bound to an int type argument at function execution time. Now, try this.
请注意,由于add函数的输入参数在运行时被绑定到int类自变量,因此产生了数值的增加。
The second array is of type int.
第二个数组是一个整数类型的数组。
Let's remove the: Int return type on the nested fact method.
让我们来删除嵌套的fact方法的: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;)。
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的整数类型的输出。
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的值放入那个盒子。
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>。
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类型的变量进行比较。
Add two parameters of type int to the operation, and name them row and column.
向操作添加两个int类型的参数,并将其命名为row和column。
A UML operation op with, an int as the return type.
一个UML操作,并且以一个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型一样。
Major: An int to describe the type of event; defaults to -1.
major:一个整型值,用于描述事件的类型;缺省值为- 1。
Click the default string type and select int from the types list.
单击缺省的string类型,并从类型列表中选择int。
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类型的数据字段。
Create a UML class class1 and add an operation op with return type int to it.
创建一个uml类class1,并且向其添加一个操作op,其返回值类型为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字节区域。
Here the type described is that of Pointers to int.
这里得到的类型是指向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数据类型。
SetTransportType (int x) : set the transport type to one of the following options.
setTransportType (intx):将传送类型设置为下列选项之一。
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。
Untyped integral constants are of type (unsigned) int.
无类型的整数常量就是(unsigned)int类型的。
应用推荐