If the value is not null, it is converted into an int value.
如果值尚未为null,那么它会被转化为一个int值。
It would also be useful to define a valid range for an int value.
而且,为一个int值定义一个有效范围也很有用。
The next method returns an int value which corresponds to an XMLStreamConstants constant.
next方法返回一个对应于xmlstreamconstants常量的int值。
This call also initializes the semaphore count: int sem_init(sem_t *sem, int pshared, unsigned int value). In this code
它还会对信号量计数器进行初始化:intsem_init(sem_t *sem, intpshared,unsigned int value)。
The resulting perfect hash() function returns an unsigned int value in the range 0..(k-1), where k is the maximum keyword hash value +1.
产生的完美hash()函数返回一个无符号的int值,范围为 0..(k-1),其中k 值为最大关键字散列值加 1。
Listing 7 shows an example of this, where I've patched the JassistTiming code to always treat the timed method as returning an int value.
清单7展示了这样的一个例子,其中我将JassistTiming代码修改为总是认为计时的方法返回一个int值。
Both blocks of code evaluate an int value using a switch statement that results in a human-readable string value printed to the console.
这两个代码块都会使用switch语句计算int值,从而得到输出到控制台的供人阅读的字符串值。
AttributeInt (ns, name, DFLT) — Gets int value of optional attribute from current start tag (returning default value if attribute is not present).
attributeInt (ns,name,dflt) -从当前的开始标记获取可选属性的int值(如果该属性不存在,那么返回缺省值)。
Interval averaged: the trace (long value, String name) and trace (int value, String name) methods issue traces for interval averaged values (see the Intervals sidebar).
平均时间间隔:trace (longvalue,Stringname)和trace (int value, String name)方法将发出时间间隔平均值的跟踪(请参阅时间间隔侧栏)。
One of them takes no arguments, another one takes an Int ID value, and another one takes both an Int and String.
其中一个没有参数,另外一个接受整型id值,还有一个同时接收整型和字符串参数。
They only need to have values if you care GetInt about getting something back from them, get int, swap you care about its value; but swap, I don't want to hear it again.
它们只需要拥有值,如果你关心,它们的返回值,你关心它的返回值,但是,我不想再得到它的返回。
Recall from previous articles that Scala treats functions as values, just as it does any other value in the language, like Int, Float, or Double.
回忆前几期文章,Scala将函数作为值处理,就像处理语言中的其他值一样,例如Int、Float或Double。
Assign is only available for assigning a value to simple type fields, such as string and int. To create an assign mapping.
Assign只能用于为简单类型字段指定值,比如字符串和整数。
The first one creates an integer object whose value is 0, which is the default value used when no value is supplied to the int class constructor.
第一个构造函数创建了一个整数对象,其值为0,在没有值提供给int类构造函数的情况下,该值是所使用的默认值。
This would only happen if the value were a "narrowing conversion," where a value exceeded the possible range value allowed in the new type, such as trying to convert from long to int, for example.
只有当一个值 “转换为范围更小的类型” 时,即这个值超出了新类型允许的范围,例如试图从long 类型转换为int 类型,才会发生这样的情况。
In C# you can flag a value type as a nullable type by adding ? after the type (like int? x;).
在C#中,你可以在一个允许为空的值类型后面加上一个问号(比如,int?x;)。
The other two methods are proxies for the get and set methods used to access an int property value.
另外两个方法是用于访问一个int属性值的get和set方法的代理。
If a return value is not otherwise specified, the default return value for a function is int.
如果返回值没有指定,那么函数的缺省返回值是int类型的。
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。
For example, an int parameter would be declared as int and a String parameter would be declared as String so a value could be returned in it.
例如,int参数将被声明为int,而String参数则被声明为String,因而可以在这些参数中返回一个值。
In Linux, the same semget call is used to open the semaphore with 0 as the value for the semflg: int semget (key, nsems, 0). In this code.
在Linux中,可以调用相同的semget来打开某个信号量,不过此时semflg的值为0:int semget (key,nsems, 0)。
The int argument is a four argument array that represents the red, green, blue, and alpha value for the pixel.
int参数是一个由四个参数组成的数组,表示像素的红、绿、蓝以及alpha值。
Since the iPhone is a 32-bit platform, type int is a suitable value.
因为iPhone是32位平台,类型int是合适的值。
where int([arg]) is the integer portion of the value of [arg].
其中,int([arg])是 [arg]的值的整数部分。
Spu_splats ((unsigned int) 5) creates a vector of unsigned ints with each element having the value 5.
spu_splats ((unsignedint)5)创建了一个unsignedint类型的向量,每个元素的值都是5。
The onSensorChanged(int sensor,float values[]) method is invoked whenever a sensor value has changed.
onSensorChanged(intsensor,float values[])方法在传感器值更改时调用。
You use both the int and long types to hold integer values, the difference being that an int is a 32-bit integer value.
您可以使用int和long两种类型来保存整数值,它们的不同点在于int是一种32位的整数值。
There also the compiler ensures that the return value of EndInvoke is the same as the return value of the delegate type (this type is an int in our example).
编译器同时也会确保EndInvoke返回值类型和委托返回类型一致(在我们的例子中,这个类型是int)。
Yes. You don't actually store the return value of, get int.
是的,你实际上没有存储GetInt的返回值。
UserRegistration.user.age represents a value-binding property that is of type int.
age表示一个值绑定属性,它的类型为 int。
应用推荐