说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 返回类型
1.
The return type is the type of the value that pops out of the method after you call it.
返回类型是指调用方法之后返回的数值类型。
2.
Class, struct, or interface method must have a return type
类、结构或接口方法必须有返回类型
3.
user-defined conversion cannot specify a return type
用户定义的转换不能指定返回类型
4.
returnType methodName( /* Argument list */ ) { /* Method body */}
返回类型方法名(/*自变量列表*/){/*方法主体*/}
5.
Methods '{0}' and '{1}' differ in return types only
方法“{0}”和“{1}”只在返回类型上存在差异
6.
"The device driver returned an invalid return type. Check with the device manufacturer about obtaining a new driver.
"设备驱动程序返回一个无效的返回类型。请与设备制造商联系以获得新的驱动程序。
7.
The type of the return value must be compatible with the type of x.
返回值的类型必须兼容x的类型。
8.
The data type returned from this formula is: Number (1, 1.0, 100)
此公式返回的数据类型为: 数字(1, 1.0, 100)
9.
is a number(1, 2, or 3) that determines the type of return value
数字1、2或3,用来确定返回值类型。
10.
The data type returned from this formula is: Single line of text
此公式返回的数据类型为: 单行文本
11.
The data type returned from this formula is: Date and Time
此公式返回的数据类型为: 日期和时间
12.
Unexpected column data types were returned from query.
查询结果返回意外的列数据类型。
13.
Returns a number corresponding to an error type.
返回对应于一种错误类型的数字。
14.
You can return any type you want, but if you don't want to return anything at all, you do so by indicating that the method returns void.
可按自己的愿望返回任意类型,但倘若不想返回任何东西,就可指示方法返回void(空)。
15.
Sets/Returns information describing what kind of object this item is.
设置/返回用于描述此项所属的对象类型的信息。
16.
Are classes declared as value types only infrequently used as method parameters, returned from methods or stored in Collections?
值类型的类用于参数,方法返回值以及存放在集合中?
17.
The device driver returned an invalid return type. To obtain a new driver, contact the device manufacturer.
设备驱动程序返回无效的返回值类型。要获得新的驱动程序,请与设备制造商联系。
18.
Returns a variant with a value converted to a decimal subtype
返回一个具有转换成十进制子类型的值的变体型