有引号的字串可以内嵌到引数中。
查询字串引数预设是停用状态。
您可以以任何顺序提供具名引数。
这样做会使编译器执行引数型别检查。
Doing so causes the compiler to perform argument type checking.
您并未尝试传递过多的引数。
如果没有引数的话,就必须省略括号。
事件会传递后续执行个体的命令列引数。
The event passes the command-line arguments of the subsequent instance.
两数相乘,再将结果指派给第一个引数。
Multiplies two Numbers and assigns the result to the first argument.
以引数清单中的参数定义一个程序版本。
Define one version of the procedure with the parameter in the argument list.
这能让程序变更呼叫程序码中引数的基础值。
This permits the procedure to change the value underlying the argument in the calling code.
您也可以不传送引数。
不要同时以具名引数和位置引数来定义参数。
Do not define a parameter with both named and positional arguments.
每一个引数会对应至清单中相同位置的参数。
Each argument corresponds to the parameter in the same position in the list.
不采用任何引数,而且会传回物件的状态资讯。
Takes no arguments and returns the state information of an object.
引数型别清单是从函式型式参数的型别建立的。
The argument type list is created from the types of the formal parameters of the function.
委派可以用来将方法当做引数传递给其他方法。
Delegates are used to pass methods as arguments to other methods.
属性也可以定义选择性引数,也称为具名引数。
Attributes can also define optional arguments, which are also known as named arguments.
从一个数字减去另一个数,再将结果指派给第一个引数。
Subtracts one number from another and assigns the result to the first argument.
如果这些引数存在的话,您必须将参考传递至现有变数。
If these exist, you should pass a reference to an existing variable.
回圈不会有传递引数、初始化其他储存区和传回值的负荷。
A loop does not have the overhead of passing arguments, initializing additional storage, and returning values.
属性可以定义必须在将属性套用至目标时指定的强制引数。
Attributes can define mandatory arguments that must be specified when you apply the attribute to a target.
部分套用函式引数,可让您从现有函式中隐含建立新函式。
Partial application of function arguments, which enables you to create new functions implicitly from existing ones.
在两个运算式上执行位元OR,并将结果指派给第一个引数。
Performs a bitwise or on two expressions, and assigns the result to the first argument.
请传入不透明红色和不透明蓝色,分别做为第三和第四个引数。
Pass in the opaque red and opaque blue as the third and fourth argument, respectively.
在两个运算式上执行位元AND,并将结果指派给第一个引数。
Performs a bitwise and on two expressions, and assigns the result to the first argument.
这么做就会定义在未提供引数的情况下,程序将使用的预设值。
When you do this, you define a default value that the procedure USES if the argument is not supplied.
将两个数字相加或串连两个字串,并将结果指派给第一个引数。
Adds two Numbers or concatenates two strings, and assigns the result to the first argument.
在两个运算式上执行位元互斥or,并将结果指派给第一个引数。
Performs a bitwise exclusive or on two expressions, and assigns the result to the first argument.
将运算式的位元向右移,保留正负号,并将结果指派给第一个引数。
Shifts the bits of an expression to the right, maintaining sign, and assigns the result to the first argument.
后续尝试会通知第一个执行个体相关的命令列引数,然后立刻结束。
The subsequent attempt notifies the first instance about the command-line arguments, and then immediately exits.
应用推荐