您所做的就是为每个方法定义一个函数。
不过必须是真正的函数,而不是随意的方法。
However, they should be true functions, not simply arbitrary methods.
使用此方法,您可以解析函数的参数并执行计算。
With this method, you parse your arguments to your function and do your calculation.
该方法接受两个参数,这两个参数均为函数。
That method takes two parameters, both of which are functions.
测试函数直接运行,但是对于测试类,还必须搜索方法。
Test functions simply get run, but test classes have to be searched for methods.
列表示任何已经存在的函数或方法。
The columns represent any functions or methods that already exist.
新的内置函数提供了加密和解密数据的方法。
New built-in functions provide methods for encrypting and decrypting data.
然后通过组合该前缀与被调用方法的名称,可以使用标准的函数调用语法调用函数。
You then can call the functions using standard function call syntax, by combining this prefix with the name of the method to be invoked.
事件方法信息是由函数选择器提供的。
Event method information is provided by the Function Selector.
还有另外的一种方法画出二元函数的图像。
So, there is another way to plot the functions of two variables.
在创建类型期间由系统生成的方法和函数不能被转移。
Methods and functions that are generated by the system during create type cannot be transferred.
方法或函数可通过传入参数与闭包通信。
A method or function can communicate with a closure by passing in arguments.
简单地说,方法是在类中声明的函数。
通过使用方法而不是函数来操纵VARRAY。
VARRAYs are manipulated using methods, instead of functions.
基于传递的参数值,函数决定使用何种登录方法。
Based on the values of passed parameters, the function decides which login method to use.
当函数在尾部调用中调用自己时,方法更为简单。
When a function calls itself in a tail-call, the method is even easier.
只要需要执行定制函数,就调用该方法。
This method is called whenever a custom function needs to be executed.
创建(定义)调用每个方法的函数。
表函数的调用方法如下。
用分层的方法协调函数。
另一种方法将使用专用函数来运行外部程序。
The other method USES proprietary functions to run the external programs.
除构造函数之外,不再提供任何的可变方法。
Do not provide any mutating methods other than the constructor.
方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。
In usual cases of method invocation the return result is a function object, which is then executed.
关键字是协议中方法的名称;函数就是那些方法的实现。
The keywords are names of the methods in the protocol; the functions are implementations of those methods.
您可以使用此函数创建变量绑定标记,方法是更改函数的参数。
With this function you can create variable bind tags by changing the parameters to the function.
它还包括该类定义的构造函数、字段和方法的详细信息。
It also includes details of the constructors, fields, and methods defined by the class.
函数和方法的默认参数极大地减少了需要创建的重载方法数量。
Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create.
HTML生成的代码为这些函数提供代理方法,这些方法调用服务器端的远程方法。
The HTML-generated code provides proxy methods for these functions, and these methods call the remote methods on the server side.
通过将使用函数和方法作为高阶函数进行开发,可使应用程序更加健壮。
By developing utility functions and methods as higher-order functions, you make your applications more robust.
静态方法也可以创建缓冲区,因为不存在构造函数。
Static methods can also create the buffers, because no constructors exist.
应用推荐