integer value
[数] 整数值
2025-09-07 19:52 浏览次数 5
[数] 整数值
primary integer value主整数值
integral value[数] 整数值
valid integer value有效的整数值
value Integer当前类型值
integer r value整数值
An integer value整数数值
take the integer value of取整
Load Integer Value装载整数值
integer-like value type类整数的值类型
not a valid integer value没有一个有效的整数值
This aggregation takes all the sentences in a column and counts the words, returning an integer value containing the number of words for that column.
此聚合获取一列中的所有句子并计算字数,返回一个包含该列的字数的整数值。
This ONCONFIG parameter takes an integer value between 0 and 100 and is set to a default value of 10%.
ONCONFIG参数值为0到100之间的整数,默认值为10%。
CONNECT_BY_ISLEAF returns a small integer value that is set either to 0 or 1.
CONNECT _ BY _ ISLEAF返回一个设置为0或1的小整数值。
This method (shown in Listing 2) takes an integer value (length) as a parameter.
(在清单2中显示的)这个方法将一个整数值(length)作为参数。
DB2 V9.5 enhances this function to introduce a new parameter function which takes an integer value as input.
DB 2V9.5增强了该函数,引进了一个新的parameter函数,该函数将一个整数值作为输入。
LEVEL - the pseudo column LEVEL returns an integer value that represents the recursive step in the hierarchy at which the row was produced.
LEVEL—伪列LEVEL返回一个整数值,表示所生成行的分层结构中的递归步骤。
Firstly, you can specify the index of the repeat at the time the form is first rendered by specifying an integer value for the attribute of repeat called startindex.
第一种方法:通过为被称作startindex的repeat的属性指定一个整数值,在表单第一次被呈现时,指定repeat的索引。
Semaphores allow synchronization of processes by testing and setting the integer value in a single atomic operation.
信号允许进程通过一个单一的原子操作来测试和设置那个整数的值,以此实现同步。
For example, assigning an integer value to a string property will cause the integer to be converted to a string.
例如,若为字符串属性指派一个整型值,整型值将被转换为字符串。
You can use the integer value or use AUTO to default it to system setting.
可以使用整数值或使用AUTO将其设置为系统默认设置。
The integer value passed to the parameter function tells the position of the argument in the invocation of an sqlquery function which is replaced in place of this function call.
传递给parameter函数的整数值表示在调用sqlquery函数中参数的位置,该参数将会在调用中被取代。
The second read stores the integer value in a local variable (x1 or x2).
第二次读取把整型值存储在一个本地变量中(x1或x2)。
The first step is to calculate the number of bytes required to hold the integer value (the content part of the integer structure).
第一步是计算容纳这个整数值(INTEGER结构的内容部分)所需要的字节数。
Just pass an integer value to the function within your SQL code and it will be implicitly cast to an nvarchar and the appropriate group will be returned.
仅将整数值传递给SQL代码中的函数,它会隐式地转换为nvarchar并且返回相应的组。
But in some cases, you may need to insert a large quantity of data into a column - not just an integer value or a short, descriptive character string.
但在某些情况下,您可能需要把大量数据插入一列——而不仅是一个整型值或简短的描述性字符串。
The script 「num」 we defined earlier has the type script because it is a function that when executed yields an integer value (in this case the integer 42).
我们早先定义的脚本「num」具有Script类型,这是由于它本身就是一个在执行时会生成一个整数值的函数(在这个例子中,这个整数值是42)。
This would require ensuring that we only use a single instance of the integer object corresponding to a particular integer value throughout our program.
这要求确保在我们的整个程序中,只能使用对应于特定整数值的Integer对象的一个实例。