What is the translation of " 函数返回 " in English?

function returns
函数 返回
functions return
函数 返回
function return
函数 返回

Examples of using 函数返回 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
函数返回不大于X的最大整数值。
These functions return the largest integral value that is not greater than x.
这些函数返回不小于X的最小整数值。
These functions return the smallest integral value that is not less than x.
这些函数返回一个它们所包含的对象的引用。
These functions return references to the objects they contain.
这两个函数返回X的值增加到Y的幂。
These two functions return the value of X raised to the power of Y.
函数返回一个值,而Subs不返回值。
Functions return some value and subroutines does not.
函数返回两个数中较大的那个数*/.
Function returning the max between two numbers*/.
Return_type是函数返回的值的数据类型。
Return_type is the data type of the value returned by a function.
您可以从函数返回的一种数据是另一种功能。
You can return a function object from another function..
函数返回true的元素会被排除在过滤集之外;.
Elements for which the function returns true are excluded from the filtered set;
函数返回“下一个”(也许是同一个)节点。
The function returns the"next"(perhaps the same) node.
这可能是函数返回类型的一个问题。
It's probably an issue with the function's return type.
如果函数返回一个集,这是每返回列的耗费。
If the function returns a set, this is the cost per returned row.
我们也可以让函数返回一个函数。
We can also return a function from a function..
函数返回值将被用作属性的值。
The function's return value will be used as the value of the exception.
当从返回一个值的函数返回时.
When returning from a function that returns by value.
主调函数也可以忽略函数返回的值。
The main function can also ignore the value returned by the function.
每当yield被调用,它告诉函数返回一个延续。
Whenever yield is called, it tells the function to return a continuation.
函数返回逻辑值1(true),其中第一行具有大于或等于第二行的一个分类值。
The function returns logical 1(true) where the first row has a category value less than or equal to the second row.
许多库函数返回Future对象,你可以注册处理程序以响应鼠标单击,文件I/O完成和计时器到期等事件。
Many library functions return Future objects, and you can register handlers to respond to events such as mouse clicks, file I/O completions, and timer expirations.
您还可以通过隐式使每个函数返回错误值并对其进行检查来生成代码。
You could also generate code by implicitly making every function return an error value and checking it.
Upper(X)函数返回输入字符串X的副本,其中所有小写ASCII字符都转换为等效的大写字母.
The upper(X) function returns a copy of input string X in which all lower-case ASCII characters are converted to their upper-case equivalent.
Stat和fstat函数返回包含所有文件属性的一个信息结构。
The stat and fstat functions return a structure of information containing all the attributes of a file.
Stdin函数返回一个std::io::Stdin的实例,这代表终端标准输入句柄的类型。
The stdin function returns an instance of std::io::Stdin, which is a type that represents a handle to the standard input for your terminal.
抽象类型不能用作参数类型、函数返回类型或显式转换的类型。
Abstract types cannot be used as parameter types, as function return types, or as the type of an explicit conversion.
其他函数返回随后可用于输入到其他函数的表。
Other functions return a table that can then be used as input to other functions..
Each()函数返回input_array的当前键/值对,并将指针推进一个位置。
The each() function returns the current key/value pair from the input_array, and advances the pointer one position.
有些函数返回有用的值,而有些函数(如copy)仅用于执行一些动作,并不返回值。
Some functions return a useful value; others, like copy, are used only for their effect and return no value.
如果函数返回类型为void,则不能提供变量来接收函数返回的值,因为void函数不返回任何值。
If function return type is void, you must not provide the variable because void functions doesn't return any value.
如果x的绝对值超过π乘以252,则这些函数返回ERANGE错误,表示结果已完全失去意义。
If x is positive andexceeds pi times 2^52, these functions return an ERANGE error, denoting total loss of significance in the result.
Results: 29, Time: 0.0215

Word-for-word translation

Top dictionary queries

Chinese - English