您要查找的是不是:
- actual argument value 实际变元值
- Invalid function argument value, type or count. 无效的函数参数值;类型或个数.
- Left-justify the argument value within the given field width. 在给定字段宽度内左对齐参数值。
- String appended with the string representation of the invalid argument value. 附有无效参数值字符串表示形式的。
- Selects a member from a list of candidates, and performs type conversion from actual argument type to formal argument type. 从候选者列表中选择一个成员,并执行实参类型到形参类型的类型转换。
- The different point has be emphasized in different diagramming approach,but they all try to reflect actual argument inclusive of the complicated relation between statements. 不同的图解方法所强调的重点不同,但都力图充分反映实际论证所包含的陈述之间的复杂关系。
- If the parameter name immediately follows the stringizing operator ('#'), a stringized version of the unexpanded actual argument is inserted. 如果参数名紧跟在字符串化操作符('%23')之后,那么就插入一个未展开实参的字符串版本。
- A string consisting of the argument name, the equal sign, and a string representation of the argument value. 一个由参数名称、等号和参数值的字符串表示形式组成的字符串。
- The C language definition does not contemplate the question of procedures whose formal and actual argument lists disagree in number or type. 语言的定义并没有对函数的具体实现有过多的规定,比如参数的个数或类型。
- If the length of the argument value is equal to or longer than width, the value is printed with no padding. 如果参数值的长度等于或大于width,则打印该值,无需进行填充。
- Specifies that DCOM authenticates all previous levels and encrypts the argument value of each remote procedure call. 指定DCOM验证所有以前的级别并加密每一远程过程调用的参数值。
- If the parameter name is adjacent to the token-pasting operator ('##'), the unexpanded actual argument is inserted after all placeholder tokens are removed. 如果参数名在单词联接操作符('%23%23')前后,则在去除所有占位符单词后插入未展开的实参。
- The compiler will automatically supply the default argument value for the omitted argument. 编译器自动将默认实参的值提供给被忽略的实参。
- If you pass the argument ByRef, Visual Basic sometimes copies the argument value into a local variable in the procedure instead of passing a reference. 如果传递变量ByRef,Visual Basic有时会将变量值复制到过程的局部变量中,而是不传递引用。
- To determine whether the element background will scale to fit the specified bounds, call the GetEnumValue method with an argument value of EnumProperty.::.SizingType. 若要确定元素背景是否将调整大小以适应指定的边界;请在调用GetEnumValue方法时使用参数值EnumProperty.;SizingType。
- We will generally use parameter for a variable named in the parenthesized list in a function. The terms formal argument and actual argument are sometimes used for the same distinction. 我们通常把函数定义中圆括号内列表中出现的变量称为形式参数,而把函数调用中与形式参数对应的值称为实际参数。
- Is the maximum number of characters taken from the argument value for string values. 从字符串值的参数值中得到的最大字符数。
- The third step of function overload resolution determines which viable function has the best match for the actual arguments in the call. 函数重载确定的第三步是确定与函数调用中使用的实际参数匹配最佳的可行函数。
- preventing destruction of actual argument 预防实在变元破坏
- If a macro to be expanded is a function-like macro, it must have the exact number of actual arguments as the number of formal parameters required by the definition of the macro. 如果被展开的宏是类似于函数的,那么它必须具有和这个宏的定义中所要求的形参数量正好相同数量的实参。