function return value的意思|示意

美 / / 英 / /

函数返回值


function return value的网络常见释义

函数返回值 ... Function And Value 功能与价值 function return value 函数返回值 Invalid Function Argument Value 无效函数参数值 ...

翻译 function return value翻译 【计】 函数返回值 foreign registered judgment翻译 【法】 外国登记在案的判决 .

函数返回值英语 ... 函数分布数据库英语 【计】 functionally-distributed data base 函数返回值英语 【计】 function return value 函数式风格英语 【计】 functional style ...

function return value相关例句

And the reason that we now on the second line have the equal sign is because this function GetString has what's called a return value.

我们之所以,在第二行代码GetString前面加上等号,是因为这个函数会带回一个,返回值。

The return value of any function is the result of the last expression in that clause (in our examples there is only one line).

任何函数的返回值都是子句(在我们的示例中只有一行)中最后一个表达式的结果。

You can include none at all if the function is being used as a procedure and has no useful return value.

如果函数被用作一个过程,并且没有任何有用的返回值,那么可以不包含return语句。

Literally, return the control from this function, and take the value of the next expression, and return that as the value of the whole computation.

正如字面意义上说的,从这个函数返回,然后取得下一个表达式的值,并把这个值作为整个计算的结果返回。

ERANGE — You've called a function, and the return value is too large to be represented by the return type.

ERANGE:您已调用函数,但返回值太大而无法通过返回类型来呈现。

A special built-in variable, __arg3, is used to capture the return value from a function.

使用一个特殊的内置变量__arg 3捕捉函数的返回值。