default argument value的意思|示意

美 / / 英 / /

默认参数值


default argument value的网络常见释义

称为默认参数值 在你期望参数具有支配地位的特定值的情况下,称为默认参数值(default argumentvalue) 代码如下:

default argument value相关短语

1、 of default argument value 默认模板参数

default argument value相关例句

A procedure cannot detect at run time whether a given argument has been omitted or the calling code has explicitly supplied the default value.

过程在运行时无法检测到给定的参数是否已被省略,或者调用代码是否已显式提供默认值。

When you do this, you define a default value that the procedure USES if the argument is not supplied.

这么做就会定义在未提供引数的情况下,程序将使用的预设值。

If the variable is empty or unset, the given default value is printed instead. Default takes one argument.

当变量为空或者未分配的时候,将由给定的默认值替代输出。

You can use the line of code shown in Listing 6 to specify a default value for an argument that is absent.

您能够使用清单6中所示代码行来为缺失的参数指定默认值。

The compiler simply inserts code to pass the default value whenever the function is called without an argument in that position.

编译器只是加入代码使得在每次函数被无参数调用的时候传递一个默认的值。

The constructor examines each property in its parameters argument; for each one, if the property exists in the prototype, then its value overrides the parameter's default value.

构造方法在它的 parameters 参数中检查每个属性;对于每个属性,如果它存在于原型中,那么它的值覆盖参数的默认值。